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

Lines Matching full:distdir

506 distdir: $(DISTFILES)
515 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
522 if test -d "$(distdir)/$$file"; then \
523 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
526 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
527 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
529 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
531 test -f "$(distdir)/$$file" \
532 || cp -p $$d/$$file "$(distdir)/$$file" \
640 distclean-compile distclean-generic distclean-tags distdir dvi \