Changeset 503 in kBuild for trunk/src/gmake/tests/scripts/targets/PHONY
- Timestamp:
- Sep 15, 2006 5:09:38 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/tests/scripts/targets/PHONY
r285 r503 1 # -*-perl-*- 2 1 3 $description = "The following tests the use of a PHONY target. It makes\n" 2 4 ."sure that the rules under a target get executed even if\n" … … 8 10 ."directory. Although this file exists, the rule under the target\n" 9 11 ."clean should still execute because of it's phony status."; 10 11 if ($vos)12 {13 $delete_command = "delete_file";14 }15 else16 {17 $delete_command = "rm";18 }19 12 20 13 $example = "EXAMPLE_FILE";
Note:
See TracChangeset
for help on using the changeset viewer.