Home | History | Annotate | Download | only in tests

Lines Matching full:distdir

1399 distdir: $(DISTFILES)
1408 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1415 if test -d "$(distdir)/$$file"; then \
1416 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1419 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1420 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1422 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1424 test -f "$(distdir)/$$file" \
1425 || cp -p $$d/$$file "$(distdir)/$$file" \
1536 clean-local distclean distclean-generic distdir dvi dvi-am \