Home | History | Annotate | Download | only in config

Lines Matching full:distdir

207 distdir: $(DISTFILES)
216 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
223 if test -d "$(distdir)/$$file"; then \
224 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
227 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
228 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
230 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
232 test -f "$(distdir)/$$file" \
233 || cp -p $$d/$$file "$(distdir)/$$file" \
335 distclean-generic distdir dvi dvi-am html html-am info info-am \