Skip to content

Commit 0fcf2b8

Browse files
committed
Move essential CFLAGS to bsd.sys.mk
1 parent bb73bfb commit 0fcf2b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile.inc1

-1
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,6 @@ PACKAGE= kernel
691691
# This stage installs a previously built world.
692692
#
693693

694-
CFLAGS+= -D__RAVYNOS__ -D__MACH__
695694
BOOTSTRAPPING?= 0
696695
# Keep these in sync
697696
MINIMUM_SUPPORTED_OSREL?= 1104001

share/mk/bsd.sys.mk

+2
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,8 @@ ${_tgt}: ${META_DEPS}
509509
.endfor
510510
.endif
511511

512+
CFLAGS+= -D__RAVYNOS__ -D__MACH__
513+
512514
# we are generally the last makefile read
513515
CFLAGS+= ${CFLAGS_LAST}
514516
CXXFLAGS+= ${CXXFLAGS_LAST}

0 commit comments

Comments
 (0)