pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap/mods/mk Make more like the vanilla version.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4710e2118884
branches:  trunk
changeset: 471528:4710e2118884
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Mar 29 02:20:55 2004 +0000

description:
Make more like the vanilla version.

diffstat:

 bootstrap/mods/mk/Interix.sys.mk |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 334a6af27830 -r 4710e2118884 bootstrap/mods/mk/Interix.sys.mk
--- a/bootstrap/mods/mk/Interix.sys.mk  Mon Mar 29 02:20:04 2004 +0000
+++ b/bootstrap/mods/mk/Interix.sys.mk  Mon Mar 29 02:20:55 2004 +0000
@@ -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 @@
 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 @@
 
 SIZE?=         size
 
-TSORT?=        tsort
+TSORT?=        tsort -q
 
 YACC?=         yacc
 YFLAGS?=



Home | Main Index | Thread Index | Old Index