Home | History | Annotate | Download | only in x86

Lines Matching full:distdir

679 distdir: $(DISTFILES)
688 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
695 if test -d "$(distdir)/$$file"; then \
696 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
699 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
700 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
702 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
704 test -f "$(distdir)/$$file" \
705 || cp -p $$d/$$file "$(distdir)/$$file" \
818 distclean-compile distclean-generic distclean-tags distdir dvi \