Home | History | Annotate | Download | only in src

Lines Matching full:distdir

1757 distdir: $(DISTFILES)
1766 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1773 if test -d "$(distdir)/$$file"; then \
1774 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1777 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1778 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1780 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1782 test -f "$(distdir)/$$file" \
1783 || cp -p $$d/$$file "$(distdir)/$$file" \
1906 distclean-generic distclean-tags distdir dvi dvi-am html \