No need to "make depend" anymore to build kernel.
ok sthen@
This commit is contained in:
parent
9128e158da
commit
c69a51fdef
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.30 2011/04/09 21:43:39 jsg Exp $
|
||||
# $OpenBSD: Makefile,v 1.31 2011/05/03 15:03:03 chl Exp $
|
||||
|
||||
COMMENT = Low Level Virtual Machine (LLVM) compiler infrastructure
|
||||
|
||||
LLVM_V = 2.9
|
||||
DISTNAME = llvm-${LLVM_V}
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
|
@ -5,6 +5,6 @@ For instance, the scanner on the kernel build can be launched with:
|
||||
|
||||
cd /usr/src/sys/arch/`uname -m`/conf && config GENERIC.MP
|
||||
cd /usr/src/sys/arch/`uname -m`/compile/GENERIC.MP
|
||||
make clean && make depend && scan-build make
|
||||
make clean && scan-build make
|
||||
|
||||
This will generate HTML reports in /tmp/scan-build-(date).
|
||||
|
Loading…
x
Reference in New Issue
Block a user