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