Lines Matching full:distdir
591 distdir: $(DISTFILES)
600 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
607 if test -d "$(distdir)/$$file"; then \
608 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
611 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
612 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
614 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
616 test -f "$(distdir)/$$file" \
617 || cp -p $$d/$$file "$(distdir)/$$file" \
730 distclean-compile distclean-generic distclean-tags distdir dvi \