WIP Adding "netbsd_..." OS variables in Makefile

Need to be told (1) if this is a good idea (else, back it out),
and if so (2) how to detect NetBSD when we set the OS variable
(is it just "uname -s" sending us "NetBSD"?)
This commit is contained in:
Bill Kendrick 2024-12-28 12:15:33 -08:00
parent 3d5f2001c1
commit 5be398cd6d
2 changed files with 20 additions and 3 deletions

View file

@ -6,7 +6,7 @@ Copyright (c) 2002-2024
Various contributors (see below, and AUTHORS.txt)
https://tuxpaint.org/
2024.December.26 (0.9.35)
2024.December.28 (0.9.35)
* New Magic Tools:
----------------
+ Heart, Sparkle, and Star emitters
@ -20,7 +20,6 @@ https://tuxpaint.org/
- Stars sound effect: based on "space-chimes-2-04.wav",
Creative Commons Attribution 4.0 by gamebalance
<https://freesound.org/people/gamebalance/>
* Text & Label Tool Improvements:
-------------------------------
@ -54,6 +53,10 @@ https://tuxpaint.org/
+ Don't use Linux-specific invocation of "install"; use "mkdir" & "cp"
Thomas Klausner <wiz@netbsd.org>
+ WIP Specific build settings for NetBSD
Bill Kendrick <bill@newbreedsoftware.com>
& Thomas Klausner <wiz@netbsd.org>
2024.October.23 (0.9.34)
* New Magic Tools:
----------------