mirror of
https://github.com/mirror/make.git
synced 2026-09-06 06:35:00 +08:00
Update the make.1 man page.
Use rm -f instead of rm in the test scripts. Fixes bug #15085.
This commit is contained in:
@@ -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 ...
|
||||
|
||||
Reference in New Issue
Block a user