Home | History | Annotate | Download | only in test

Lines Matching full:distdir

463 distdir: $(DISTFILES)
472 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
479 if test -d "$(distdir)/$$file"; then \
480 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
483 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
484 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
486 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
488 test -f "$(distdir)/$$file" \
489 || cp -p $$d/$$file "$(distdir)/$$file" \
605 distclean-libtool distclean-tags distdir dvi dvi-am html \