Home | History | Annotate | Download | only in m4

Lines Matching full:distdir

301 distdir: $(DISTFILES)
310 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
317 if test -d "$(distdir)/$$file"; then \
318 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
321 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
322 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
324 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
326 test -f "$(distdir)/$$file" \
327 || cp -p $$d/$$file "$(distdir)/$$file" \
437 distclean distclean-generic distclean-libtool distdir dvi \