Source-Changes-HG archive

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

[src/trunk]: src/sys/rump On second thought, let's use make syntax in makefil...



details:   https://anonhg.NetBSD.org/src/rev/d4924a6ef2b1
branches:  trunk
changeset: 785472:d4924a6ef2b1
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Mar 15 12:18:41 2013 +0000

description:
On second thought, let's use make syntax in makefiles ...

diffstat:

 sys/rump/Makefile.rump |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9c47894a67ef -r d4924a6ef2b1 sys/rump/Makefile.rump
--- a/sys/rump/Makefile.rump    Fri Mar 15 12:15:52 2013 +0000
+++ b/sys/rump/Makefile.rump    Fri Mar 15 12:18:41 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.rump,v 1.72 2013/03/15 12:15:52 pooka Exp $
+#      $NetBSD: Makefile.rump,v 1.73 2013/03/15 12:18:41 pooka Exp $
 #
 
 WARNS?=                3       # XXX: src/sys won't compile with -Wsign-compare yet
@@ -44,7 +44,7 @@
 PATH:          ${RUMPTOP}
 .else
 LDFLAGS+=      -Wl,-T ${RUMPTOP}/ldscript.rump
-.fi
+.endif
 
 RUMP_DIAGNOSTIC?=yes
 .if ${RUMP_DIAGNOSTIC} == "yes"



Home | Main Index | Thread Index | Old Index