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