Lines Matching full:distdir
1055 distdir: $(DISTFILES)
1064 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1071 if test -d "$(distdir)/$$file"; then \
1072 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1075 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1076 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1078 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1080 test -f "$(distdir)/$$file" \
1081 || cp -p $$d/$$file "$(distdir)/$$file" \
1194 distclean-compile distclean-generic distclean-tags distdir dvi \