From a0dd8cbd5b877867977e8df91791716505a77bcb Mon Sep 17 00:00:00 2001 From: marcel Date: Tue, 11 Jan 2000 10:44:37 +0000 Subject: 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(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 4172ea8..7372b49 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= -- cgit v1.1