Lines Matching full:distdir
505 distdir: $(DISTFILES)
514 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
521 if test -d "$(distdir)/$$file"; then \
522 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
525 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
526 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
528 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
530 test -f "$(distdir)/$$file" \
531 || cp -p $$d/$$file "$(distdir)/$$file" \
639 distclean-compile distclean-generic distclean-tags distdir dvi \