Lines Matching full:distdir
442 distdir: $(DISTFILES)
451 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
458 if test -d "$(distdir)/$$file"; then \
459 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
462 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
463 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
465 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
467 test -f "$(distdir)/$$file" \
468 || cp -p $$d/$$file "$(distdir)/$$file" \
576 distclean-compile distclean-generic distclean-tags distdir dvi \