We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb73bfb commit 0fcf2b8Copy full SHA for 0fcf2b8
Makefile.inc1
@@ -691,7 +691,6 @@ PACKAGE= kernel
691
# This stage installs a previously built world.
692
#
693
694
-CFLAGS+= -D__RAVYNOS__ -D__MACH__
695
BOOTSTRAPPING?= 0
696
# Keep these in sync
697
MINIMUM_SUPPORTED_OSREL?= 1104001
share/mk/bsd.sys.mk
@@ -509,6 +509,8 @@ ${_tgt}: ${META_DEPS}
509
.endfor
510
.endif
511
512
+CFLAGS+= -D__RAVYNOS__ -D__MACH__
513
+
514
# we are generally the last makefile read
515
CFLAGS+= ${CFLAGS_LAST}
516
CXXFLAGS+= ${CXXFLAGS_LAST}
0 commit comments