Home | History | Annotate | Download | only in binary

Lines Matching full:distdir

258 distdir: $(DISTFILES)
267 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
274 if test -d "$(distdir)/$$file"; then \
275 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
278 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
279 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
281 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
283 test -f "$(distdir)/$$file" \
284 || cp -p $$d/$$file "$(distdir)/$$file" \
289 top_distdir="$(top_distdir)" distdir="$(distdir)" \
390 distdir dvi dvi-am html html-am info info-am install \