Lines Matching full:distdir
1528 distdir: $(DISTFILES)
1537 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1544 if test -d "$(distdir)/$$file"; then \
1545 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1548 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1549 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1551 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1553 test -f "$(distdir)/$$file" \
1554 || cp -p $$d/$$file "$(distdir)/$$file" \
1662 distclean-compile distclean-generic distclean-tags distdir dvi \