view TOOLS/realcodecs/cook.sh @ 8538:6973e76d95b2

In this situation it was easier to fix yours. I applied these 3 points (fixed locking echo, removed excessive cut to make script a bit faster and shortened grep) and changed copy mark from "x" to "" in order to use -z and -n tests. patch by GoTaR <priv0.onet.pl->gotar>
author arpi
date Mon, 23 Dec 2002 17:28:19 +0000
parents 86c478bea7ce
children
line wrap: on
line source

rm cook.so.6.0
gcc -c cook.c -g
ld -shared -o cook.so.6.0 cook.o -ldl -lc