Add the -r flag to CONFIGARGS instead of assigning to it so that
it's more easy to build a kernel with debugging information. Suggested by: sheldonh
This commit is contained in:
parent
882cc3f153
commit
a0dd8cbd5b
@ -332,7 +332,7 @@ KRNLCONFDIR= ${KRNLSRCDIR}/${MACHINE}/conf
|
||||
KRNLOBJDIR= ${OBJTREE}${KRNLSRCDIR}
|
||||
|
||||
.if !defined(NOCLEAN)
|
||||
CONFIGARGS= -r
|
||||
CONFIGARGS+= -r
|
||||
.endif
|
||||
|
||||
BUILDKERNELS=
|
||||
|
Loading…
x
Reference in New Issue
Block a user