Home | History | Annotate | Download | only in perf

Lines Matching full:distdir

630 distdir: $(DISTFILES)
639 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
646 if test -d "$(distdir)/$$file"; then \
647 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
650 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
651 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
653 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
655 test -f "$(distdir)/$$file" \
656 || cp -p $$d/$$file "$(distdir)/$$file" \
769 distclean-compile distclean-generic distclean-tags distdir dvi \