chiark / gitweb /
Add a build version designation to the NestedVM build, after Jacob
authorSimon Tatham <anakin@pobox.com>
Sat, 5 Jul 2008 13:31:59 +0000 (13:31 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 5 Jul 2008 13:31:59 +0000 (13:31 +0000)
pointed out that Help > About in the Java applets on my website
currently reports "Unidentified build".

[originally from svn r8105]

Buildscr

index 840bd74b8174d29d09b46c7ade8989bed24ade81..3f2c86303c409b338b01ec0872184796a491f6f3 100644 (file)
--- a/Buildscr
+++ b/Buildscr
@@ -104,7 +104,7 @@ in puzzles do ./makedist.sh $(revision)
 # build machine to have defined the variable NESTEDVM pointing at
 # the top-level directory of an installation of the NestedVM
 # compiler and tools.
-in puzzles do make -f Makefile.nestedvm NESTEDVM=$(NESTEDVM)
+in puzzles do make -f Makefile.nestedvm NESTEDVM=$(NESTEDVM) VER=-DREVISION=$(revision)
 
 # Set up .htaccess containing a redirect for the archive filename.
 in puzzles do echo "AddType application/octet-stream .chm" > .htaccess