]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Added a wrinkle to the version.c build in the Unix makefile, which
authorSimon Tatham <anakin@pobox.com>
Sat, 7 Feb 2004 18:10:54 +0000 (18:10 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 7 Feb 2004 18:10:54 +0000 (18:10 +0000)
commitade0cb3d84219ed411712b0a245305c01e8ef2db
treeeb05161ab759a62650e8c9b522f2338a631aa0c8
parentad889c93d2031f00c653368c049d707bd4ea700c
Added a wrinkle to the version.c build in the Unix makefile, which
will validate an md5sums manifest and if all md5sums match will use
a version number provided in a file. This should allow me to produce
a Unix release source archive with the property that when unpacked
and built it will produce binaries advertising themselves as
`Release X.YZ', but as soon as the user starts fiddling with the
sources it will revert to `Unidentified build' (though of course the
user can still _explicitly_ ask for a release tag, and in fact this
will override the default if any default is specified).

[originally from svn r3818]
mkfiles.pl