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 2000-01-11 10:44:37 +00:00
parent 882cc3f153
commit a0dd8cbd5b

View File

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