From d4ab519ba89349edf6c31a04a9cc71fb782270a2 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Tue, 11 Jan 2000 10:44:37 +0000 Subject: [PATCH] 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 --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 4172ea8bdc2c..7372b49c2737 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -332,7 +332,7 @@ KRNLCONFDIR= ${KRNLSRCDIR}/${MACHINE}/conf KRNLOBJDIR= ${OBJTREE}${KRNLSRCDIR} .if !defined(NOCLEAN) -CONFIGARGS= -r +CONFIGARGS+= -r .endif BUILDKERNELS=