Home | History | Annotate | Download | only in platform

Lines Matching full:distdir

504 distdir: $(DISTFILES)
513 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
520 if test -d "$(distdir)/$$file"; then \
521 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
524 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
525 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
527 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
529 test -f "$(distdir)/$$file" \
530 || cp -p $$d/$$file "$(distdir)/$$file" \
644 distclean-libtool distclean-tags distdir dvi dvi-am html \