diff options
| author | Simon Tatham <anakin@pobox.com> | 2008-07-05 13:31:59 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2008-07-05 13:31:59 +0000 |
| commit | 8104b2c35db59530f8ff4973d34f1c86cd5476f4 (patch) | |
| tree | a9321e624ac50df56cab4faf83413253a180ef6c /Buildscr | |
| parent | c115e9f5c89c1b144d9600ab5695be180c8cd4dc (diff) | |
| download | puzzles-8104b2c35db59530f8ff4973d34f1c86cd5476f4.zip puzzles-8104b2c35db59530f8ff4973d34f1c86cd5476f4.tar.gz puzzles-8104b2c35db59530f8ff4973d34f1c86cd5476f4.tar.bz2 puzzles-8104b2c35db59530f8ff4973d34f1c86cd5476f4.tar.xz | |
Add a build version designation to the NestedVM build, after Jacob
pointed out that Help > About in the Java applets on my website
currently reports "Unidentified build".
[originally from svn r8105]
Diffstat (limited to 'Buildscr')
| -rw-r--r-- | Buildscr | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |