mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 19:42:48 -05:00
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.
This commit is contained in:
2
Recipe
2
Recipe
@ -317,5 +317,5 @@ pageant : [X] uxpgnt uxagentc pageant sshrsa sshpubk sshdes sshbn sshmd5
|
||||
PuTTY : [MX] osxmain OSXTERM OSXMISC CHARSET U_BE_ALL NONSSH UXSSH
|
||||
+ ux_x11 uxpty uxsignal testback putty.icns info.plist
|
||||
|
||||
fuzzterm : [U] UXTERM CHARSET misc uxmisc uxucs fuzzterm time settings
|
||||
fuzzterm : [UT] UXTERM CHARSET misc uxmisc uxucs fuzzterm time settings
|
||||
+ uxstore be_none
|
||||
|
Reference in New Issue
Block a user