Displaying 2 results from an estimated 2 matches for "nstarget".
Did you mean:
starget
2014 Jun 24
0
[PATCH 2/2] Test for Watcom C presence
...-7,6 +7,9 @@ include $(MAKEDIR)/syslinux.mk
WCL = wcl
WCLOPT = -6 -osx -mt -bt=DOS -l=COM
+WCL_IS_GOOD := $(shell $(WCL) $(WCLOPT) \
+ -o hello.exe $(SRC)/../win/hello.c >/dev/null 2>&1 ; echo $$?)
+
UPX = upx
NASM = nasm
@@ -45,7 +48,12 @@ TARGETS = $(WCTARGETS) $(NSTARGETS)
rm -f $*.0*
chmod a-x $@
+ifeq ($(WCL_IS_GOOD),0)
all: $(TARGETS)
+else
+all: $(NSTARGETS)
+ rm -f $(WCTARGETS)
+endif
tidy dist:
-rm -f *.obj *.lst *.o *.0*
--
1.8.3.1
2014 Jun 24
3
[PATCH 1/2] Drop dosutil/mdiskchk.com
A prebuilt binary. Needs non-free Watcom compiler to build.
Signed-off-by: Lubomir Rintel <lkundrak at v3.sk>
---
dosutil/mdiskchk.com | Bin 8106 -> 0 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 dosutil/mdiskchk.com
diff --git a/dosutil/mdiskchk.com b/dosutil/mdiskchk.com
deleted file mode 100644
index