simon-svn: putty: simon
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Wed Sep 14 16:54:27 BST 2011
SVN root: svn://svn.tartarus.org/sgt
Changes by: simon
Revision: 9288
Date: 2011-09-14 16:54:26 +0100 (Wed, 14 Sep 2011)
Log message (12 lines):
Create empty.h (used to force rebuilds of version.o by the automake
makefile) as a side effect of running mkfiles.pl.
The automake docs observe that the BUILT_SOURCES list is only
automatically built by plain 'make' or 'make all' or a couple of other
targets, so the sequence './configure && make plink' from a freshly
unpacked tar file would previously fail for lack of empty.h.
If empty.h had important _content_ that needed to be built at compile
time, of course, I wouldn't be able to fix it like this; but since the
only important thing is the timestamp, I can just make sure it already
exists at the time of first build.
Modified files:
U putty/Recipe
U putty/mkfiles.pl
Links:
http://svn.tartarus.org/sgt/?rev=9288&view=rev
http://svn.tartarus.org/sgt/putty/Recipe?rev=9288&r1=9287&r2=9288
http://svn.tartarus.org/sgt/putty/mkfiles.pl?rev=9288&r1=9287&r2=9288
More information about the tartarus-commits
mailing list