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

Lines Matching refs:distdir

352 distdir: $(DISTFILES)
361 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
368 if test -d "$(distdir)/$$file"; then \
369 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
372 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
373 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
375 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
377 test -f "$(distdir)/$$file" \
378 || cp -p $$d/$$file "$(distdir)/$$file" \
486 distclean-libtool distdir dvi dvi-am html html-am info info-am \