Home | History | Annotate | Download | only in linux

Lines Matching full:distdir

621 distdir: $(DISTFILES)
630 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
637 if test -d "$(distdir)/$$file"; then \
638 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
641 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
642 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
644 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
646 test -f "$(distdir)/$$file" \
647 || cp -p $$d/$$file "$(distdir)/$$file" \
760 distclean-compile distclean-generic distclean-tags distdir dvi \