VirtualBox

Ignore:
Timestamp:
May 16, 2005 4:54:08 PM (19 years ago)
Author:
bird
Message:

Current make snaphot, 2005-05-16.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gmake/tests/scripts/targets/SILENT

    r53 r284  
    2323print MAKEFILE ".SILENT : clean\n";
    2424print MAKEFILE "clean: \n";
    25 print MAKEFILE "\t$delete_command EXAMPLE_FILE\n"; 
     25print MAKEFILE "\t$delete_command EXAMPLE_FILE\n";
    2626
    2727# END of Contents of MAKEFILE
     
    3333$answer = "";
    3434&run_make_with_options($makefile,"clean",&get_logfile,0);
     35if (-f $example) {
     36  $test_passed = 0;
     37}
     38&compare_output($answer,&get_logfile(1));
    3539
    36 &compare_output($answer,&get_logfile(1));
    37 if (-f $example)
    38 {
    39    $test_passed = 0;
    40 }
    41  
    42401;
    4341
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette