Lines Matching full:distdir
986 distdir: $(DISTFILES)
995 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1002 if test -d "$(distdir)/$$file"; then \
1003 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1006 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1007 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1009 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1011 test -f "$(distdir)/$$file" \
1012 || cp -p $$d/$$file "$(distdir)/$$file" \
1121 distclean-compile distclean-generic distclean-tags distdir dvi \