Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31594
b: refs/heads/master
c: 701842e
h: refs/heads/master
v: v3
  • Loading branch information
Dustin Kirkland authored and Sam Ravnborg committed Jul 1, 2006
1 parent 2a6306c commit da61499
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c96fca213737a5b4bc569e1d9a0ef6adeff661e9
refs/heads/master: 701842e3bdd7db09db6af43fc5906ee19b61338d
9 changes: 5 additions & 4 deletions trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ ifndef KBUILD_VERBOSE
KBUILD_VERBOSE = 0
endif

# Call sparse as part of compilation of C files
# Use 'make C=1' to enable sparse checking
# Call checker as part of compilation of C files
# Use 'make C=1' to enable checking (sparse, by default)
# Override with 'make C=1 CHECK=checker_executable CHECKFLAGS=....'

ifdef C
ifeq ("$(origin C)", "command line")
Expand Down Expand Up @@ -1060,8 +1061,8 @@ help:

@echo ' make V=0|1 [targets] 0 => quiet build (default), 1 => verbose build'
@echo ' make O=dir [targets] Locate all output files in "dir", including .config'
@echo ' make C=1 [targets] Check all c source with $$CHECK (sparse)'
@echo ' make C=2 [targets] Force check of all c source with $$CHECK (sparse)'
@echo ' make C=1 [targets] Check all c source with $$CHECK (sparse by default)'
@echo ' make C=2 [targets] Force check of all c source with $$CHECK'
@echo ''
@echo 'Execute "make" or "make all" to build all targets marked with [*] '
@echo 'For further info see the ./README file'
Expand Down

0 comments on commit da61499

Please sign in to comment.