Changeset 501 in kBuild for vendor/gnumake/current/tests/scripts/targets/SILENT
- Timestamp:
- Sep 15, 2006 2:30:32 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/gnumake/current/tests/scripts/targets/SILENT
r284 r501 1 # -*-perl-*- 2 1 3 $description = "The following tests the special target .SILENT. By simply\n" 2 4 ."mentioning this as a target, it tells make not to print\n" … … 5 7 $details = "This test is the same as the clean test except that it should\n" 6 8 ."not echo its command before deleting the specified file.\n"; 7 8 if ($vos)9 {10 $delete_command = "delete_file";11 }12 else13 {14 $delete_command = "rm";15 }16 9 17 10 $example = "EXAMPLE_FILE";
Note:
See TracChangeset
for help on using the changeset viewer.

