mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 02:12:45 +00:00
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:
parent
a344203d03
commit
d4ab519ba8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55804
@ -332,7 +332,7 @@ KRNLCONFDIR= ${KRNLSRCDIR}/${MACHINE}/conf
|
||||
KRNLOBJDIR= ${OBJTREE}${KRNLSRCDIR}
|
||||
|
||||
.if !defined(NOCLEAN)
|
||||
CONFIGARGS= -r
|
||||
CONFIGARGS+= -r
|
||||
.endif
|
||||
|
||||
BUILDKERNELS=
|
||||
|
Loading…
Reference in New Issue
Block a user