Lines Matching full:distdir
706 distdir: $(DISTFILES)
715 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
722 if test -d "$(distdir)/$$file"; then \
723 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
726 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
727 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
729 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
731 test -f "$(distdir)/$$file" \
732 || cp -p $$d/$$file "$(distdir)/$$file" \
845 distclean-compile distclean-generic distclean-tags distdir dvi \