VirtualBox

Ignore:
Timestamp:
Sep 8, 2004 2:43:30 AM (21 years ago)
Author:
bird
Message:

GNU Make 3.81beta1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gmake/tests/scripts/features/conditionals

    r53 r153  
    8686endif
    8787
    88 all:; @echo DEF=$(DEF) DEF2=$(DEF2)
     88
     89DEF3 = no
     90FUNC = $1
     91ifdef $(call FUNC,DEF)3
     92  DEF3 = yes
     93endif
     94
     95all:; @echo DEF=$(DEF) DEF2=$(DEF2) DEF3=$(DEF3)
    8996
    9097EOF
     
    93100
    94101&run_make_with_options($makefile2,"",&get_logfile,0);
    95 $answer = "DEF=yes DEF2=yes\n";
     102$answer = "DEF=yes DEF2=yes DEF3=yes\n";
    96103&compare_output($answer,&get_logfile(1));
    97104
Note: See TracChangeset for help on using the changeset viewer.

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