Home | History | Annotate | Download | only in build-aux

Lines Matching full:distdir

1383 distdir: $(DISTFILES)
1392 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1399 if test -d "$(distdir)/$$file"; then \
1400 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1403 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1404 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1406 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1408 test -f "$(distdir)/$$file" \
1409 || cp -p $$d/$$file "$(distdir)/$$file" \
1516 distclean-generic distdir dvi dvi-am html html-am info info-am \