Home | History | Annotate | Download | only in test

Lines Matching full:distdir

455 distdir: $(DISTFILES)
464 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
471 if test -d "$(distdir)/$$file"; then \
472 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
475 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
476 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
478 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
480 test -f "$(distdir)/$$file" \
481 || cp -p $$d/$$file "$(distdir)/$$file" \
597 distclean-libtool distclean-tags distdir dvi dvi-am html \