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:
Marcel Moolenaar 2000-01-11 10:44:37 +00:00
parent a344203d03
commit d4ab519ba8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55804

View File

@ -332,7 +332,7 @@ KRNLCONFDIR= ${KRNLSRCDIR}/${MACHINE}/conf
KRNLOBJDIR= ${OBJTREE}${KRNLSRCDIR}
.if !defined(NOCLEAN)
CONFIGARGS= -r
CONFIGARGS+= -r
.endif
BUILDKERNELS=