Home | History | Annotate | Download | only in darwin

Lines Matching full:distdir

496 distdir: $(DISTFILES)
505 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
512 if test -d "$(distdir)/$$file"; then \
513 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
516 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
517 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
519 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
521 test -f "$(distdir)/$$file" \
522 || cp -p $$d/$$file "$(distdir)/$$file" \
630 distclean-compile distclean-generic distclean-tags distdir dvi \