Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: Fix ZDOTDIR during "make check" for static builds



On Jul 4,  9:01pm, Andrej Borsenkow wrote:
} Subject: RE: PATCH: Fix ZDOTDIR during "make check" for static builds
}
} If the very last test fails,  neither .zcompdump nor Modules directory
} are removed.  [...]  I forgot, how to force make to ignore it :-(

Like this.

Index: Test/Makefile.in
===================================================================
@@ -45,7 +45,7 @@
 	  cd $(dir_top) && \
 	  $(MAKE) MODDIR=`pwd`/$(subdir)/Modules install.modules > /dev/null; \
 	fi
-	for f in $(sdir)/$(TESTNUM)*.ztst; do \
+	-for f in $(sdir)/$(TESTNUM)*.ztst; do \
 	  $(dir_top)/Src/zsh -f $(sdir)/ztst.zsh $$f; \
 	done
 	rm -rf Modules .zcompdump

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



Messages sorted by: Reverse Date, Date, Thread, Author