Update the make.1 man page.

Use rm -f instead of rm in the test scripts.  Fixes bug #15085.
This commit is contained in:
Paul Smith
2005-12-13 14:44:17 +00:00
parent 3bcb608bda
commit 4bd6db9df1
12 changed files with 112 additions and 90 deletions

View File

@@ -13,16 +13,6 @@ test echo's all files which match '?.example' and
[a-z0-9].example. Lastly we clean up all of the files using
the '*' wildcard as in the first test";
if ($vos)
{
$delete_command = "delete_file -no_ask";
}
else
{
$delete_command = "rm";
}
open(MAKEFILE,"> $makefile");
# The Contents of the MAKEFILE ...