Lines Matching full:distdir
564 distdir: $(DISTFILES)
573 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
580 if test -d "$(distdir)/$$file"; then \
581 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
584 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
585 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
587 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
589 test -f "$(distdir)/$$file" \
590 || cp -p $$d/$$file "$(distdir)/$$file" \
703 distclean-compile distclean-generic distclean-tags distdir dvi \