Home | History | Annotate | Download | only in x86

Lines Matching full:distdir

484 distdir: $(DISTFILES)
493 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
500 if test -d "$(distdir)/$$file"; then \
501 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
504 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
505 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
507 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
509 test -f "$(distdir)/$$file" \
510 || cp -p $$d/$$file "$(distdir)/$$file" \
618 distclean-compile distclean-generic distclean-tags distdir dvi \