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/FORCE

    r53 r284  
    1 $description = "The following tests rules without Commands or Dependencies."; 
     1$description = "The following tests rules without Commands or Dependencies.";
    22
    33$details = "If the rule ...\n";
     
    1818print MAKEFILE ".IGNORE :\n";
    1919print MAKEFILE "clean: FORCE\n";
    20 print MAKEFILE "\t$delete_command clean\n"; 
     20print MAKEFILE "\t$delete_command clean\n";
    2121print MAKEFILE "FORCE:\n";
    2222
     
    2727
    2828# Create a file named "clean".  This is the same name as the target clean
    29 # and tricks the target into thinking that it is up to date.  (Unless you 
     29# and tricks the target into thinking that it is up to date.  (Unless you
    3030# use the .PHONY target.
    3131&touch("clean");
     
    3434&run_make_with_options($makefile,"clean",&get_logfile);
    3535
    36 &compare_output($answer,&get_logfile(1)); 
     36&compare_output($answer,&get_logfile(1));
    3737
    38 if (-f $example)
    39 {
    40    $test_passed = 0;
    41 }
    42  
    43381;
    4439
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