]> 4ch.mooo.com Git - 16.git/commitdiff
add -wx (max warning level) to C make flags.
authorJonathan Campbell <jonathan@castus.tv>
Sun, 30 Oct 2016 15:52:26 +0000 (08:52 -0700)
committerJonathan Campbell <jonathan@castus.tv>
Sun, 30 Oct 2016 15:52:26 +0000 (08:52 -0700)
fix wbuild.sh so that [ -f *.err ] with multiple files works correctly.

MEMINFO.16W [changed mode: 0755->0644]
data/g.pal
makefile
src/lib/doslib
wbuild.sh

old mode 100755 (executable)
new mode 100644 (file)
index f162c4cae406a47b40fe8f2dcf6140a03f8edf98..d11fb0fce8180eac9c62887cec19e7232d8b6412 100755 (executable)
Binary files a/data/g.pal and b/data/g.pal differ
index 2d44a1b8e84fa7a08ae02b19e9e8d4e3b1cb04e1..290b97ca653a34dc96231526543f2d50178348c2 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -91,7 +91,7 @@ UPXQ=-qqq
 S_FLAGS=-sg -st -of+ -zu -zdf -zff -zgf -k32768#54096#60000
 Z_FLAGS=-zk0 -zc -zp8 -zm
 O_FLAGS=-obmilr -oe=24 -out -oh -ei -onac -ol+ -ok##x
-T_FLAGS=-bt=dos -mh -0 -fpi87 -fo=.$(OBJ) -d1###### -e=65536
+T_FLAGS=-bt=dos -wx -mh -0 -fpi87 -fo=.$(OBJ) -d1###### -e=65536
 
 CPPFLAGS=-DTARGET_MSDOS=16 -DMSDOS=1
 !ifeq DEBUGSERIAL 1
index d7165e9733719fc4197bfdaaeae9998189fa6c54..979eddc7c8c7b92b6905d147c242ef7ea055d847 160000 (submodule)
@@ -1 +1 @@
-Subproject commit d7165e9733719fc4197bfdaaeae9998189fa6c54
+Subproject commit 979eddc7c8c7b92b6905d147c242ef7ea055d847
index 4d947e6209a0648e23bea75619cddffd77cf3016..af9d4da0aab06fea5c3f05c4ad1ba6178718637b 100755 (executable)
--- a/wbuild.sh
+++ b/wbuild.sh
@@ -2,7 +2,7 @@
 wmake -h clean
 wmake -h
 wmake -h comp
-if [ -f *.err ]
+if [[ -f *.err ]]
 then
        echo dumping *.err
        #cat *.err