Home | History | Annotate | Download | only in test

Lines Matching full:distdir

846 distdir: $(DISTFILES)
855 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
862 if test -d "$(distdir)/$$file"; then \
863 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
866 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
867 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
869 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
871 test -f "$(distdir)/$$file" \
872 || cp -p $$d/$$file "$(distdir)/$$file" \
987 distclean-generic distclean-libtool distclean-tags distdir dvi \