Add a make clean in boot blocks and loader build steps. This step

is mandatory to prevent the use of old .o files.

Submitted by:	Chuck Rouillard
This commit is contained in:
Marc Fonvieille 2004-08-30 08:30:10 +00:00
parent d00fcb375c
commit 5b76ac685e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22164

View file

@ -2500,6 +2500,7 @@ boot:</screen>
<para>Recompile and install the boot blocks and the boot loader:</para>
<screen>&prompt.root; <userinput>cd /sys/boot</userinput>
&prompt.root; <userinput>make clean</userinput>
&prompt.root; <userinput>make</userinput>
&prompt.root; <userinput>make install</userinput></screen>
</step>