Lines Matching full:distdir
1019 distdir: $(DISTFILES)
1028 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1035 if test -d "$(distdir)/$$file"; then \
1036 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1039 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1040 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1042 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1044 test -f "$(distdir)/$$file" \
1045 || cp -p $$d/$$file "$(distdir)/$$file" \
1153 distclean-compile distclean-generic distclean-tags distdir dvi \