Home | History | Annotate | Download | only in tests

Lines Matching full:distdir

232 distdir: $(DISTFILES)
241 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
248 if test -d "$(distdir)/$$file"; then \
249 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
252 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
253 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
255 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
257 test -f "$(distdir)/$$file" \
258 || cp -p $$d/$$file "$(distdir)/$$file" \
365 distclean-generic distdir dvi dvi-am html html-am info info-am \