projects
/
libusual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b024101
)
rename old 'check' target to 'sparse'
author
Marko Kreen
<markokr@gmail.com>
Tue, 4 May 2010 11:26:35 +0000
(14:26 +0300)
committer
Marko Kreen
<markokr@gmail.com>
Tue, 4 May 2010 11:27:40 +0000
(14:27 +0300)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 69d4a3de4a8e13fa27511bce2d0b5a114951e0a6..688a4babfc58e7391a628b1ad1c731f495887f08 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-85,7
+85,7
@@
boot:
# @exit 1
# run sparse over code
-
check
: config.mak
+
sparse
: config.mak
REAL_CC="$(CC)" \
$(MAKE) clean libusual.a CC="cgcc -Wsparse-all"