Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk not so fast, let's fix the tree first.
details: https://anonhg.NetBSD.org/src/rev/20875ae4454c
branches: trunk
changeset: 325882:20875ae4454c
user: christos <christos%NetBSD.org@localhost>
date: Fri Jan 10 16:20:14 2014 +0000
description:
not so fast, let's fix the tree first.
diffstat:
share/mk/bsd.sys.mk | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (23 lines):
diff -r dc7e1d59ccd8 -r 20875ae4454c share/mk/bsd.sys.mk
--- a/share/mk/bsd.sys.mk Fri Jan 10 16:16:57 2014 +0000
+++ b/share/mk/bsd.sys.mk Fri Jan 10 16:20:14 2014 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: bsd.sys.mk,v 1.233 2014/01/10 16:16:57 christos Exp $
+# $NetBSD: bsd.sys.mk,v 1.234 2014/01/10 16:20:14 christos Exp $
#
# Build definitions used for NetBSD source tree builds.
.if !defined(_BSD_SYS_MK_)
_BSD_SYS_MK_=1
-.if !empty(.INCLUDEDFROMFILE:MMakefile*)
-error:
- @(echo "bsd.sys.mk should not be included from Makefiles" >& 2; exit 1)
-.endif
+#.if !empty(.INCLUDEDFROMFILE:MMakefile*)
+#error:
+# @(echo "bsd.sys.mk should not be included from Makefiles" >& 2; exit 1)
+#.endif
.if ${MKREPRO:Uno} == "yes"
CPPFLAGS+= -Wp,-iremap,${NETBSDSRCDIR}:/usr/src
Home |
Main Index |
Thread Index |
Old Index