Lines Matching full:distdir
599 distdir: $(DISTFILES)
608 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
615 if test -d "$(distdir)/$$file"; then \
616 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
619 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
620 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
622 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
624 test -f "$(distdir)/$$file" \
625 || cp -p $$d/$$file "$(distdir)/$$file" \
738 distclean-compile distclean-generic distclean-tags distdir dvi \