Home | History | Annotate | Download | only in script

Lines Matching full:distdir

452 distdir: $(DISTFILES)
461 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
468 if test -d "$(distdir)/$$file"; then \
469 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
472 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
473 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
475 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
477 test -f "$(distdir)/$$file" \
478 || cp -p $$d/$$file "$(distdir)/$$file" \
595 distclean-tags distdir dvi dvi-am html html-am info info-am \