Remove special-casing from all the makefiles that coped with it returning non-0.
.PHONY: all translators utilities
git_version.h: miniperl$(EXE_EXT) make_patchnum.pl
- -$(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib make_patchnum.pl
+ $(LDLIBPTH) $(RUN) ./miniperl$(EXE_EXT) -Ilib make_patchnum.pl
# make sure that we recompile perl.c if the git version changes
perl$(OBJ_EXT): git_version.h
}
# we extract the filename out of the warning header, so dont mess with that
-exit(write_files(<<"EOF_HEADER", <<"EOF_CONFIG"));
+write_files(<<"EOF_HEADER", <<"EOF_CONFIG");
/**************************************************************************
* WARNING: 'git_version.h' is automatically generated by make_patchnum.pl
* DO NOT EDIT DIRECTLY - edit make_patchnum.pl instead
.endif
git_version.h : $(MINIPERL_EXE) make_patchnum.pl
- - $(MINIPERL) make_patchnum.pl
+ $(MINIPERL) make_patchnum.pl
base : miniperl perl
@ $(NOOP)
-del /f config.h
copy $(CFGH_TMPL) config.h
-# ignore "errors" from make_patchnum.pl (it exits with status 1 when
-# not rewriting its output files)
make_patchnum : $(MINIPERL)
cd ..
- -miniperl -Ilib make_patchnum.pl
+ miniperl -Ilib make_patchnum.pl
cd win32
..\git_version.h : ..\stock_git_version.h
-del /f config.h
copy $(CFGH_TMPL) config.h
-# ignore "errors" from make_patchnum.pl (it exits with status 1 when
-# not rewriting its output files)
make_patchnum : $(MINIPERL)
- -cd .. && miniperl -Ilib make_patchnum.pl
+ cd .. && miniperl -Ilib make_patchnum.pl
..\git_version.h : ..\stock_git_version.h
-del /f ..\git_version.h