Current-Users archive

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

Re: fsck seg fault failure on vmware -i386?



>       build.sh -V DBG='-g -O2' -V MKDEBUGLIB=yes -V LDSTATIC=-static \
>               distribution
>
> except that we don't want -DDEBUG to exist, so no MKDEBUGLIB, we don't
> need  -static, so omit LDSTATIC, and we only need libc and fsck_ffs
> compiled with -g (and in libc, really only localtime.c)
> COmpiling the rest with -g wouldn't hurt, but it would make a lot
> bigger result (lots more symbol tables.)


Can I just put the keywords (such as DBG=-g -O2) in the Makefile?
Either in src/lib/libc/Makefile or
in src/lib/libc/time/Makefile for instance?

I get a bit of a selective compile anyway since build.sh only
re-compiles when I delete the target from the /usr/obj tree,
but being able to target individual packages when building everything
may come in handy...

--gene



Home | Main Index | Thread Index | Old Index