Module Name:    src
Committed By:   christos
Date:           Fri Jan 10 16:20:14 UTC 2014

Modified Files:
        src/share/mk: bsd.sys.mk

Log Message:
not so fast, let's fix the tree first.


To generate a diff of this commit:
cvs rdiff -u -r1.233 -r1.234 src/share/mk/bsd.sys.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.sys.mk
diff -u src/share/mk/bsd.sys.mk:1.233 src/share/mk/bsd.sys.mk:1.234
--- src/share/mk/bsd.sys.mk:1.233	Fri Jan 10 11:16:57 2014
+++ src/share/mk/bsd.sys.mk	Fri Jan 10 11:20:14 2014
@@ -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

Reply via email to