Home | History | Annotate | Download | only in tests

Lines Matching full:distdir

507 distdir: $(DISTFILES)
516 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
523 if test -d "$(distdir)/$$file"; then \
524 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
527 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
528 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
530 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
532 test -f "$(distdir)/$$file" \
533 || cp -p $$d/$$file "$(distdir)/$$file" \
649 distclean-libtool distclean-tags distdir dvi dvi-am html \