Lines Matching full:distdir
577 distdir: $(DISTFILES)
586 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
593 if test -d "$(distdir)/$$file"; then \
594 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
597 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
598 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
600 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
602 test -f "$(distdir)/$$file" \
603 || cp -p $$d/$$file "$(distdir)/$$file" \
711 distclean-compile distclean-generic distclean-tags distdir dvi \