Home | History | Annotate | Download | only in builds

Lines Matching defs:distdir

401 distdir: $(DISTFILES)
410 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
417 if test -d "$(distdir)/$$file"; then \
418 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
421 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
422 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
424 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
426 test -f "$(distdir)/$$file" \
427 || cp -p $$d/$$file "$(distdir)/$$file" \
535 distclean-libtool distdir dvi dvi-am html html-am info info-am \