Home | History | Annotate | Download | only in tests

Lines Matching full:distdir

94 	distdir
595 distdir: $(DISTFILES)
604 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
611 if test -d "$(distdir)/$$file"; then \
612 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
615 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
616 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
618 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
620 test -f "$(distdir)/$$file" \
621 || cp -p $$d/$$file "$(distdir)/$$file" \
627 test -d "$(distdir)/$$subdir" \
628 || $(MKDIR_P) "$(distdir)/$$subdir" \
634 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
640 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
641 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
645 distdir="$$new_distdir" \
649 distdir) \
763 distdir dvi dvi-am html html-am info info-am install \