Home | History | Annotate | Download | only in tests

Lines Matching full:distdir

1685 distdir: $(DISTFILES)
1694 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1701 if test -d "$(distdir)/$$file"; then \
1702 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1705 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1706 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1708 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1710 test -f "$(distdir)/$$file" \
1711 || cp -p $$d/$$file "$(distdir)/$$file" \
1824 distclean-compile distclean-generic distclean-tags distdir dvi \