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