Changeset 1961 in kBuild
- Timestamp:
- Oct 26, 2008 7:47:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/tests/scripts/functions/foreach
r969 r1961 15 15 16 16 # Set an environment variable that we can test in the makefile. 17 # kmk: CC isn't a default. 17 18 $extraENV{FOOFOO} = 'foo foo'; 19 $CC_origin = $is_kmk ? "undefined" : "default"; 18 20 19 21 run_make_test("space = ' '".' … … 29 31 for2: ; @echo $(fe)', 30 32 '-e WHITE=WHITE CFLAGS=', 31 "undefined file defaultfile environment default file command line override automatic automatic32 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 34 foo.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"); 33 35 34 36 delete $extraENV{FOOFOO};
Note:
See TracChangeset
for help on using the changeset viewer.