Lines Matching full:distdir
641 distdir: $(DISTFILES)
650 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
657 if test -d "$(distdir)/$$file"; then \
658 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
661 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
662 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
664 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
666 test -f "$(distdir)/$$file" \
667 || cp -p $$d/$$file "$(distdir)/$$file" \
780 distclean-compile distclean-generic distclean-tags distdir dvi \