Home | History | Annotate | Download | only in lib

Lines Matching full:distdir

392 distdir: $(DISTFILES)
401 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
408 if test -d "$(distdir)/$$file"; then \
409 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
412 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
413 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
415 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
417 test -f "$(distdir)/$$file" \
418 || cp -p $$d/$$file "$(distdir)/$$file" \
535 distclean-tags distdir dvi dvi-am html html-am info info-am \