Lines Matching full:distdir
723 distdir: $(DISTFILES)
732 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
739 if test -d "$(distdir)/$$file"; then \
740 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
743 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
744 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
746 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
748 test -f "$(distdir)/$$file" \
749 || cp -p $$d/$$file "$(distdir)/$$file" \
862 distclean-compile distclean-generic distclean-tags distdir dvi \