Home | History | Annotate | Download | only in src

Lines Matching full:distdir

447 distdir: $(DISTFILES)
456 distdir)/|;s,/[^/]*$$,,' | \
463 if test -d "$(distdir)/$$file"; then \
464 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
467 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
468 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
470 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
472 test -f "$(distdir)/$$file" \
473 || cp -p $$d/$$file "$(distdir)/$$file" \
588 distclean-tags distdir dvi dvi-am html html-am info info-am \