Lines Matching full:distdir
557 distdir: $(DISTFILES)
566 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
573 if test -d "$(distdir)/$$file"; then \
574 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
577 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
578 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
580 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
582 test -f "$(distdir)/$$file" \
583 || cp -p $$d/$$file "$(distdir)/$$file" \
691 distclean-compile distclean-generic distclean-tags distdir dvi \