Home | History | Annotate | Download | only in x86

Lines Matching full:distdir

982 distdir: $(DISTFILES)
991 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
998 if test -d "$(distdir)/$$file"; then \
999 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1002 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1003 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1005 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1007 test -f "$(distdir)/$$file" \
1008 || cp -p $$d/$$file "$(distdir)/$$file" \
1117 distclean-compile distclean-generic distclean-tags distdir dvi \