Home | History | Annotate | Download | only in darwin

Lines Matching full:distdir

559 distdir: $(DISTFILES)
568 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
575 if test -d "$(distdir)/$$file"; then \
576 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
579 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
580 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
582 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
584 test -f "$(distdir)/$$file" \
585 || cp -p $$d/$$file "$(distdir)/$$file" \
698 distclean-compile distclean-generic distclean-tags distdir dvi \