summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2000-01-11 10:44:37 +0000
committermarcel <marcel@FreeBSD.org>2000-01-11 10:44:37 +0000
commita0dd8cbd5b877867977e8df91791716505a77bcb (patch)
treef6cec1d528949dff278668d021f35ca50f95c53c /Makefile.inc1
parent882cc3f153fa4d135c7307ddb7324520674d1174 (diff)
downloadFreeBSD-src-a0dd8cbd5b877867977e8df91791716505a77bcb.zip
FreeBSD-src-a0dd8cbd5b877867977e8df91791716505a77bcb.tar.gz
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
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
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=
OpenPOWER on IntegriCloud