Move kern.post.mk to last line, now that it appears safe
This commit is contained in:
parent
7a26a4ef28
commit
3dfff24a19
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86276
@ -50,8 +50,6 @@ SYSTEM_OBJS+= __remqu.o __remq.o __remlu.o __reml.o
|
||||
CLEAN+= __divqu.S __divq.S __divlu.S __divl.S
|
||||
CLEAN+= __remqu.S __remq.S __remlu.S __reml.S
|
||||
|
||||
.include "$S/conf/kern.post.mk"
|
||||
|
||||
__divqu.S: $S/$M/$M/divrem.m4
|
||||
@echo 'building ${.TARGET} from ${.ALLSRC}'
|
||||
@(echo "define(NAME,\`__divqu')define(OP,\`div')define(S,\`false')"; \
|
||||
@ -93,3 +91,5 @@ __reml.S: $S/$M/$M/divrem.m4
|
||||
echo "define(WORDSIZE,32)"; cat ${.ALLSRC}) | m4 > ${.TARGET}
|
||||
|
||||
%RULES
|
||||
|
||||
.include "$S/conf/kern.post.mk"
|
||||
|
@ -57,6 +57,6 @@ ASM_CFLAGS= -x assembler-with-cpp -Wa,-x -DLOCORE ${CFLAGS}
|
||||
|
||||
%CLEAN
|
||||
|
||||
.include "$S/conf/kern.post.mk"
|
||||
|
||||
%RULES
|
||||
|
||||
.include "$S/conf/kern.post.mk"
|
||||
|
@ -45,6 +45,6 @@ MKMODULESENV+= MACHINE=pc98
|
||||
|
||||
%CLEAN
|
||||
|
||||
.include "$S/conf/kern.post.mk"
|
||||
|
||||
%RULES
|
||||
|
||||
.include "$S/conf/kern.post.mk"
|
||||
|
@ -53,6 +53,6 @@ COPTS+= -D__ELF__ -D__FreeBSD__ -msoft-float
|
||||
|
||||
%CLEAN
|
||||
|
||||
.include "$S/conf/kern.post.mk"
|
||||
|
||||
%RULES
|
||||
|
||||
.include "$S/conf/kern.post.mk"
|
||||
|
@ -64,8 +64,6 @@ SYSTEM_OBJS= locore.o exception.o vnode_if.o ${OBJS} hints.o env.o config.o hack
|
||||
|
||||
%CLEAN
|
||||
|
||||
.include "$S/conf/kern.post.mk"
|
||||
|
||||
#lint: /tmp
|
||||
# @lint -hbxn -DGENERIC -Dvolatile= ${COPTS} \
|
||||
# $S/$M/$M/Locore.c ${CFILES} | \
|
||||
@ -76,3 +74,5 @@ exception.o: $S/$M/$M/exception.s assym.s
|
||||
${NORMAL_S}
|
||||
|
||||
%RULES
|
||||
|
||||
.include "$S/conf/kern.post.mk"
|
||||
|
Loading…
Reference in New Issue
Block a user