Home | History | Annotate | Download | only in x86

Lines Matching full:distdir

640 distdir: $(DISTFILES)
649 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
656 if test -d "$(distdir)/$$file"; then \
657 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
660 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
661 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
663 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
665 test -f "$(distdir)/$$file" \
666 || cp -p $$d/$$file "$(distdir)/$$file" \
774 distclean-compile distclean-generic distclean-tags distdir dvi \