Changeset 284 in kBuild for branches/GNU/src/gmake/tests/scripts/targets/SILENT
- Timestamp:
- May 16, 2005 4:54:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gmake/tests/scripts/targets/SILENT
r53 r284 23 23 print MAKEFILE ".SILENT : clean\n"; 24 24 print MAKEFILE "clean: \n"; 25 print MAKEFILE "\t$delete_command EXAMPLE_FILE\n"; 25 print MAKEFILE "\t$delete_command EXAMPLE_FILE\n"; 26 26 27 27 # END of Contents of MAKEFILE … … 33 33 $answer = ""; 34 34 &run_make_with_options($makefile,"clean",&get_logfile,0); 35 if (-f $example) { 36 $test_passed = 0; 37 } 38 &compare_output($answer,&get_logfile(1)); 35 39 36 &compare_output($answer,&get_logfile(1));37 if (-f $example)38 {39 $test_passed = 0;40 }41 42 40 1; 43 41
Note:
See TracChangeset
for help on using the changeset viewer.

