]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - Recipe
Make 'make install' ignore the new 'fuzzterm' binary.
authorSimon Tatham <anakin@pobox.com>
Sat, 7 Nov 2015 14:45:20 +0000 (14:45 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 7 Nov 2015 14:54:36 +0000 (14:54 +0000)
commitf14382ccce3452a9a90c3e3eb811d30bb7d25e5c
tree75a229cdf9095d585c557ea7136cb7b36d3a0285
parentfe16b577efd7f649828cfe18c1666eb2607bfa9a
Make 'make install' ignore the new 'fuzzterm' binary.

It's for regression testing and fuzzing, so there's no use for it if
you're not a developer working on the source.

Leaving it out of the 'make install' target in Makefile.gtk is no
trouble because that's already handled manually in Recipe by inserting
a giant hairy Makefile fragment to do the installation. But
Makefile.am was just setting bin_PROGRAMS to the full set of binaries
built, so for that one, I had to invent a new Recipe program category
[UT] which moves a particular binary into noinst_PROGRAMS.

While I was at it, I've retired the [M] program category, which has
been lying around unused since Ben's old Mac OS pre-X port.
Recipe
mkfiles.pl