tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

crunchgen and nvi?



Hi

i woudl like to crunchgen nvi, but I do not get much success. Here is the
crunchgen file:

$ cat > test.conf << EOT
srcdirs /home6/tmp/soecons/netbsd-src/usr.bin 
progs  nvi
libs  -lc -lcurses -lterminfo
EOT
$ crunchgen -D /home6/tmp/soecons/netbsd-src test.conf 
Run "make -f test.mk objs exe" to build crunched binary.
$ make -f test.mk objs exe
mkdir nvi
( cd nvi; printf '.PATH: /home6/tmp/soecons/netbsd-src/usr.bin/nvi\n.CURDIR:= 
/home6/tmp/soecons/netbsd-src/usr.bin/nvi\n.include "${.CURDIR}/Makefile"\n' | 
make -f- CRUNCHEDPROG=1 DBG="-Os" LDSTATIC="-static" depend )
depend ===> catalog
depend ===> build
make: don't know how to make options.awk. Stop


Is this a problem with the configuration given to crunchgen, or is the
goal impossible to achieve with current NetBSD sources? 




-- 
Emmanuel Dreyfus
manu%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index