Home | History | Annotate | Download | only in compact

Lines Matching full:distdir

622 distdir: $(DISTFILES)
631 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
638 if test -d "$(distdir)/$$file"; then \
639 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
642 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
643 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
645 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
647 test -f "$(distdir)/$$file" \
648 || cp -p $$d/$$file "$(distdir)/$$file" \
765 distclean-tags distdir dvi dvi-am html html-am info info-am \