VirtualBox

Changeset 1961 in kBuild


Ignore:
Timestamp:
Oct 26, 2008 7:47:52 PM (16 years ago)
Author:
bird
Message:

scripts/functions/foreach: kmk adjustment - CC isn't a default variable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/tests/scripts/functions/foreach

    r969 r1961  
    1515
    1616# Set an environment variable that we can test in the makefile.
     17# kmk: CC isn't a default.
    1718$extraENV{FOOFOO} = 'foo foo';
     19$CC_origin = $is_kmk ? "undefined" : "default";
    1820
    1921run_make_test("space = ' '".'
     
    2931for2: ; @echo $(fe)',
    3032              '-e WHITE=WHITE CFLAGS=',
    31               "undefined file default file environment default file command line override automatic automatic
    32 foo.o bletch.o null.o @.o garf.o .o    .o undefined.o file.o default.o file.o environment.o default.o file.o command.o line.o override.o automatic.o automatic.o");
     33              "undefined file ". $CC_origin ." file environment default file command line override automatic automatic
     34foo.o bletch.o null.o @.o garf.o .o    .o undefined.o file.o ". $CC_origin .".o file.o environment.o default.o file.o command.o line.o override.o automatic.o automatic.o");
    3335
    3436delete $extraENV{FOOFOO};
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