Home | History | Annotate | Download | only in src

Lines Matching full:distdir

2883 distdir: $(DISTFILES)
2892 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
2899 if test -d "$(distdir)/$$file"; then \
2900 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2903 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
2904 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2906 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
2908 test -f "$(distdir)/$$file" \
2909 || cp -p $$d/$$file "$(distdir)/$$file" \
3039 distclean-tags distdir dvi dvi-am html html-am info info-am \