Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
35155820
Commit
35155820
authored
Aug 19, 2003
by
Robert Ricci
Browse files
Add cleanup of /kernel.old and /modules.old, per Leigh's suggestion.
parent
1e766a89
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/tbbuildkernels
View file @
35155820
...
...
@@ -41,6 +41,12 @@ chdir($SRCDIR) or die "Unable to change to $SRCDIR: $!\n";
build_kernel
(
$MAINKERNEL
,
1
);
install_kernel
(
$MAINKERNEL
,
1
,["
kernel
",
@MAINKERNEL_ALIASES
]);
#
# Clean up kernel.old and modules.old
#
system
"
rm -f /kernel.old
"
and
die
"
Unable to remove /kernel.old
\n
";
system
"
rm -rf /modules.old
"
and
die
"
Unable to remove /modules.old
\n
";
#
# Now, build the rest!
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment