Change an unqualified 'rm -rf *' to the better practice of giving a

path.
This commit is contained in:
Warren Block 2015-01-24 19:53:22 +00:00
parent d37103ffd4
commit 1b7bcd27e5
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46231

View file

@ -1423,9 +1423,8 @@ Script started, output file is /var/tmp/mw.out</screen>
some dependency headaches, remove this directory if it
already exists:</para>
<screen>&prompt.root; <userinput>cd /usr/obj</userinput>
&prompt.root; <userinput>chflags -R noschg *</userinput>
&prompt.root; <userinput>rm -rf *</userinput></screen>
<screen>&prompt.root; <userinput>chflags -R noschg /usr/obj/*</userinput>
&prompt.root; <userinput>rm -rf /usr/obj</userinput></screen>
</step>
<step>