Jan 26, 2010 18:49
spottycat [cheetah]: /tmp/soup > make soup
make stock
make: Entering directory /tmp/soup/stock
checking host cookware type... stockpot-12qt
checking target cookware type... stockpot-12qt
checking for heat... stove
checking for liquid... broth_chicken_lowsodium (implies -DADDSALT_POST)
checking for cheetah cook (cc)... no
checking for good cheetah cook (gcc)... gcc
/ca/bin/ets/include --style_jewish
checking for jewish/shmaltz... no
checking for jewish/meat_retention... yes
checking for jewish/meat_process... 'shred' flag found
checking for jewish/meat_process... 'nowings' flag found
/ca/bin/ets/include --spices
checking whether bay works... yes
checking whether basil works... no
checking whether coriander works... no
checking whether oregano works... no
checking whether parsley works... no
checking whether peppercorn works... yes
/ca/bin/ets/include -Lbay -Lpeppercorn
/ca/bin/ets/include -Wall -Wretain_meat -Wnoodle -Wjewish_style
gcc -D_NOSTIR -DROUGH_CHOP -o carrot.o -DUNDER_MEAT carrot.c
gcc -D_NOSTIR -DROUGH_CHOP -o celery.o -DUNDER_MEAT celery.c
gcc -D_NOSTIR -DQUARTER -o onion.o -DUNDER_MEAT onion.c
gcc -D_NOSTIR -DSPLIT_AND_CHOP -o parsnip.o -DUNDER_MEAT -D__AFTER_USE_DISCARD parsnip.c
gcc -D_NOSTIR -DEIGHTHS -o turnip.o -DUNDER_MEAT -D__AFTER_USE_DISCARD turnip.c
gcc -D_USE_COLANDER -o chicken.o -D__AFTER_USE_RETAIN chicken.c
gcc -D_NOSTIR -D_NOSHMALTZ -Lbay -Lpeppercorn -o stock -DCHECKSIMMER carrot.o celery.o onion.o parsnip.o turnip.o
make: Leaving directory /tmp/soup/stock
make: Entering directory /tmp/soup/chicken_noodle_soup
make clean_pot
removing flags for arch 'stockpot-12qt'
rechecking target cookware type... stockpot-12qt
make chicken_noodle_soup
checking for heat... stove
checking for stock... /tmp/stock/stock
checking for cheetah cook (cc)... no
checking for good cheetah cook (gcc)... gcc
style 'jewish' configured (-Oshred -Onowings)
checking for rice... no
checking for noodle... yes
checking if egg is supported... no
checking if wideegg is supported... no
checking if xwideegg is supported... yes
checking for potato... no
gcc -D_STIR -DBITESIZE -o carrot.o carrot.c
Warning: potential conflict with /tmp/stock/carrot.c
gcc -D_STIR -DBITESIZE -o celery.o celery.c
Warning: potential conflict with /tmp/stock/celery.c
gcc -D_STIR -DBITESIZE -o onion.o onion.c
Warning: potential conflict with /tmp/stock/onion.c
patch -Oshred -Onowings /tmp/soup/stock/chicken.o > chicken.o
gcc -D_SIMMER -LSTOCK=../stock/stock -Lxwideegg -o soup carrot.o celery.o onion.o chicken.o
make: Leaving directory /tmp/soup/chicken_noodle_soup
Done!
spottycat [cheetah]: /tmp/soup >