Lines Matching full:distdir
528 distdir: $(DISTFILES)
537 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
544 if test -d "$(distdir)/$$file"; then \
545 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
548 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
549 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
551 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
553 test -f "$(distdir)/$$file" \
554 || cp -p $$d/$$file "$(distdir)/$$file" \
665 distclean-generic distclean-libtool distclean-tags distdir dvi \