mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 02:12:45 +00:00
Braino in previous commit.
This commit is contained in:
parent
8a21510e78
commit
787807c120
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127160
@ -549,7 +549,7 @@ MAIN:{
|
|||||||
|
|
||||||
# Build GENERIC if requested
|
# Build GENERIC if requested
|
||||||
if ($cmds{'generic'}) {
|
if ($cmds{'generic'}) {
|
||||||
logstage("building generic kernel (COPTFLAGS=${ENV}{'COPTFLAGS'})");
|
logstage("building generic kernel (COPTFLAGS=$ENV{'COPTFLAGS'})");
|
||||||
cd("$sandbox/src");
|
cd("$sandbox/src");
|
||||||
spawn('/usr/bin/make', 'buildkernel', 'KERNCONF=GENERIC')
|
spawn('/usr/bin/make', 'buildkernel', 'KERNCONF=GENERIC')
|
||||||
or error("failed to build generic kernel");
|
or error("failed to build generic kernel");
|
||||||
@ -569,7 +569,7 @@ MAIN:{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($cmds{'lint'}) {
|
if ($cmds{'lint'}) {
|
||||||
logstage("building LINT kernel (COPTFLAGS=${ENV}{'COPTFLAGS'})");
|
logstage("building LINT kernel (COPTFLAGS=$ENV{'COPTFLAGS'})");
|
||||||
cd("$sandbox/src");
|
cd("$sandbox/src");
|
||||||
spawn('/usr/bin/make', 'buildkernel', 'KERNCONF=LINT')
|
spawn('/usr/bin/make', 'buildkernel', 'KERNCONF=LINT')
|
||||||
or error("failed to build lint kernel");
|
or error("failed to build lint kernel");
|
||||||
|
Loading…
Reference in New Issue
Block a user