Home | History | Annotate | Download | only in tests

Lines Matching full:distdir

237 distdir: $(DISTFILES)
246 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
253 if test -d "$(distdir)/$$file"; then \
254 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
257 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
258 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
260 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
262 test -f "$(distdir)/$$file" \
263 || cp -p $$d/$$file "$(distdir)/$$file" \
370 distclean-generic distdir dvi dvi-am html html-am info info-am \