Home | History | Annotate | Download | only in m4m

Lines Matching full:distdir

257 distdir: $(DISTFILES)
266 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
273 if test -d "$(distdir)/$$file"; then \
274 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
277 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
278 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
280 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
282 test -f "$(distdir)/$$file" \
283 || cp -p $$d/$$file "$(distdir)/$$file" \
385 distclean distclean-generic distclean-libtool distdir dvi \