]> granicus.if.org Git - nethack/commit
hints/{linux,macOS}.2020
authorPatR <rankin@nethack.org>
Tue, 8 Sep 2020 19:36:13 +0000 (12:36 -0700)
committerPatR <rankin@nethack.org>
Tue, 8 Sep 2020 19:36:13 +0000 (12:36 -0700)
commit0b67fd60dff2acf0f20d86a6cf4e43f3f6b2a79c
tree1ef685bc67f3b64894a8d39686a8a4ec1eaea2a8
parenta48b4aa8ba5e6b06a8d1d25153f8d07f3549ee10
hints/{linux,macOS}.2020

A recent change was intended to allow specifying
  make CFLAGS=-O
on the command line to override our default of -g, but it didn't
work as intended.  foo=bar and foo+=bar don't work if foo has
been given a value on the command line.  The first was expected
behavior but the second wasn't, at least for me.  GNU make allows
'override foo+=bar' to cope with that.  (We're already implicitly
requiring GNU make for the linux and OSX hints.)
sys/unix/hints/linux.2020
sys/unix/hints/macOS.2020