This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
cleanup ..\git_version.h rule in win32/Makefile
authorDaniel Dragan <bulk88@hotmail.com>
Mon, 9 Dec 2013 00:38:49 +0000 (19:38 -0500)
committerTony Cook <tony@develop-help.com>
Mon, 9 Dec 2013 03:57:26 +0000 (14:57 +1100)
commitd801a0eb8efe3ccf57bb5203cec47b1c98ed23fc
treee5153be6aeaf4296a5b0cdcf734f4dd71c50d279
parentd9e0787c5de90e4bfc333295ec83c15fd4e16dd6
cleanup ..\git_version.h rule in win32/Makefile

Group the nmake line onto 1 line similar to the dmake version, for 1 shell
call out vs 3. "&&" makes sure the build stops if miniperl returns non-0
instead of ignoring the code, cd'ing back to dir win32, and continuing
the build. Part of RT #120727.
win32/Makefile