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