Home | History | Annotate | Download | only in x86-linux

Lines Matching full:distdir

518 distdir: $(DISTFILES)
527 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
534 if test -d "$(distdir)/$$file"; then \
535 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
538 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
539 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
541 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
543 test -f "$(distdir)/$$file" \
544 || cp -p $$d/$$file "$(distdir)/$$file" \
657 distclean-compile distclean-generic distclean-tags distdir dvi \