diff options
author | Paul Smith <psmith@gnu.org> | 2005-12-13 14:44:17 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2005-12-13 14:44:17 +0000 |
commit | 4bd6db9df127f74a0fd957ddbda4743a9c22e053 (patch) | |
tree | 2ec15ebc521d725780732ffab329d7a154e742d9 /tests/scripts/targets/FORCE | |
parent | 3bcb608bdab1d3d24251548aac8bc33fc2fdad66 (diff) | |
download | gunmake-4bd6db9df127f74a0fd957ddbda4743a9c22e053.tar.gz |
Update the make.1 man page.
Use rm -f instead of rm in the test scripts. Fixes bug #15085.
Diffstat (limited to 'tests/scripts/targets/FORCE')
-rw-r--r-- | tests/scripts/targets/FORCE | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/tests/scripts/targets/FORCE b/tests/scripts/targets/FORCE index befb326..eb8f251 100644 --- a/tests/scripts/targets/FORCE +++ b/tests/scripts/targets/FORCE @@ -1,16 +1,9 @@ +# -*-perl-*- + $description = "The following tests rules without Commands or Dependencies."; $details = "If the rule ...\n"; -if ($vos) -{ - $delete_command = "delete_file"; -} -else -{ - $delete_command = "rm"; -} - open(MAKEFILE,"> $makefile"); # The Contents of the MAKEFILE ... |