Lines Matching full:distdir
530 distdir: $(DISTFILES)
539 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
546 if test -d "$(distdir)/$$file"; then \
547 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
550 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
551 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
553 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
555 test -f "$(distdir)/$$file" \
556 || cp -p $$d/$$file "$(distdir)/$$file" \
669 distclean-compile distclean-generic distclean-tags distdir dvi \