summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-03-29 02:20:55 +0000
committertv <tv@pkgsrc.org>2004-03-29 02:20:55 +0000
commitfeef01c621482706e9d555226e08e0ad981d52dc (patch)
tree47b3ceb632abedc8912e6c7a2d6824bad2ee0b26 /bootstrap
parent0e9ff9bdf93932bed9ed35ffe1c6043628c76aa7 (diff)
downloadpkgsrc-feef01c621482706e9d555226e08e0ad981d52dc.tar.gz
Make more like the vanilla version.
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/mods/mk/Interix.sys.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap/mods/mk/Interix.sys.mk b/bootstrap/mods/mk/Interix.sys.mk
index 69f995a94f9..32a7a4e3588 100644
--- a/bootstrap/mods/mk/Interix.sys.mk
+++ b/bootstrap/mods/mk/Interix.sys.mk
@@ -1,7 +1,7 @@
-# $NetBSD: Interix.sys.mk,v 1.1 2004/03/11 17:28:11 tv Exp $
+# $NetBSD: Interix.sys.mk,v 1.2 2004/03/29 02:20:55 tv Exp $
unix?= We run Unix
-OS?= Interix
+OS!= uname -s
.SUFFIXES: .out .a .ln .o .s .S .c .cc .cpp .cxx .C .F .f .r .y .l .cl .p .h
.SUFFIXES: .sh .m4
@@ -28,7 +28,7 @@ CFLAGS?= ${DBG}
COMPILE.c?= ${CC} ${CFLAGS} ${CPPFLAGS} -c
LINK.c?= ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}
-CXX?= g++
+CXX?= c++
CXXFLAGS?= ${CFLAGS}
COMPILE.cc?= ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c
LINK.cc?= ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS}
@@ -78,7 +78,7 @@ SHELL?= sh
SIZE?= size
-TSORT?= tsort
+TSORT?= tsort -q
YACC?= yacc
YFLAGS?=