1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-09 05:20:42 +00:00

Make "sparse" check target do a global sparse

Instead of iterating over all the source files, just check them all
together since it works these days, and could potentially find
cross-file issues.
This commit is contained in:
Linus Torvalds 2005-11-16 17:13:35 -08:00
parent 3e0492ffd4
commit 4659255f60

View File

@ -37,7 +37,7 @@ SPARSE=sparse
SPARSE_FLAGS=-D__BIG_ENDIAN__ -D__ppc__ -D__linux__ -D__unix__
sparse:
for i in $(SRC); do $(SPARSE) $(SPARSE_FLAGS) $(DEFINES) $$i; done
$(SPARSE) $(SPARSE_FLAGS) $(DEFINES) $(SRC)
clean:
rm -f core lintout makeout tags makefile.bak *.o