Rename MKDEBUG to MKSYSDEBUG
This commit is contained in:
parent
1f198f75d7
commit
593e3221fc
2 changed files with 4 additions and 4 deletions
|
@ -68,7 +68,7 @@ SRCS+= breakpoints.c debugreg.S
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# Extra debugging routines
|
# Extra debugging routines
|
||||||
.if ${USE_DEBUG} != "no"
|
.if ${USE_SYSDEBUG} != "no"
|
||||||
SRCS+= debug.c
|
SRCS+= debug.c
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
|
@ -757,7 +757,7 @@ _MKVARS.yes= \
|
||||||
MKYP
|
MKYP
|
||||||
#MINIX-specific vars
|
#MINIX-specific vars
|
||||||
_MKVARS.yes+= \
|
_MKVARS.yes+= \
|
||||||
MKWATCHDOG MKACPI MKAPIC MKMCONTEXT MKDEBUGREG MKDEBUG
|
MKWATCHDOG MKACPI MKAPIC MKMCONTEXT MKDEBUGREG MKSYSDEBUG
|
||||||
.for var in ${_MKVARS.yes}
|
.for var in ${_MKVARS.yes}
|
||||||
${var}?= yes
|
${var}?= yes
|
||||||
.endfor
|
.endfor
|
||||||
|
@ -823,7 +823,7 @@ MKAPIC:= no
|
||||||
MKMCONTEXT:= no
|
MKMCONTEXT:= no
|
||||||
MKCOVERAGE:= no
|
MKCOVERAGE:= no
|
||||||
MKDEBUGREG:= no
|
MKDEBUGREG:= no
|
||||||
MKDEBUG:= no
|
MKSYSDEBUG:= no
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -885,7 +885,7 @@ ${var}?= no
|
||||||
# variable is set to "no".
|
# variable is set to "no".
|
||||||
#
|
#
|
||||||
.for var in USE_HESIOD USE_INET6 USE_KERBEROS USE_LDAP USE_PAM USE_YP \
|
.for var in USE_HESIOD USE_INET6 USE_KERBEROS USE_LDAP USE_PAM USE_YP \
|
||||||
USE_WATCHDOG USE_ACPI USE_APIC USE_MCONTEXT USE_DEBUGREG USE_DEBUG
|
USE_WATCHDOG USE_ACPI USE_APIC USE_MCONTEXT USE_DEBUGREG USE_SYSDEBUG
|
||||||
.if (${${var:S/USE_/MK/}} == "no")
|
.if (${${var:S/USE_/MK/}} == "no")
|
||||||
${var}:= no
|
${var}:= no
|
||||||
.else
|
.else
|
||||||
|
|
Loading…
Reference in a new issue