Lines Matching full:distdir
856 distdir: $(DISTFILES)
865 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
872 if test -d "$(distdir)/$$file"; then \
873 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
876 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
877 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
879 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
881 test -f "$(distdir)/$$file" \
882 || cp -p $$d/$$file "$(distdir)/$$file" \
995 distclean-compile distclean-generic distclean-tags distdir dvi \