]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Removed sparse destinations since "CC=cgcc make" works fine
authorJouni Malinen <j@w1.fi>
Sat, 3 Jan 2009 18:39:52 +0000 (20:39 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 3 Jan 2009 18:39:52 +0000 (20:39 +0200)
hostapd/Makefile
wpa_supplicant/Makefile

index 82214e49ef1e6a8b5a279aa9d2a2074ee4728512..e9d48e98e9f6748f44f3b8f1ea2a31ef5b0086bd 100644 (file)
@@ -571,10 +571,4 @@ test-milenage: $(TEST_SRC_MILENAGE)
        ./test-milenage
        rm test-milenage
 
-hostapd-sparse: $(OBJS)
-       @echo Sparse run completed
-
-run-sparse:
-       CC="sparse -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ -D__INT_MAX__=2147483647 -D__SHRT_MAX__=32767 -D__LONG_MAX__=2147483647 -D__SCHAR_MAX__=127 -Wbitwise" $(MAKE) hostapd-sparse
-
 -include $(OBJS:%.o=%.d)
index e97f0e50f1835e5fbfc6fbd9a16b84aca84fd02e..217fec1ccf81d6df94c592fbb13cf0d5ba0da38c 100644 (file)
@@ -1230,10 +1230,4 @@ clean-docs:
        rm -rf doc/latex doc/html
        rm -f doc/wpa_supplicant.{eps,png} wpa_supplicant-devel.pdf
 
-wpa_supplicant-sparse: .config $(OBJS)
-       @echo Sparse run completed
-
-run-sparse:
-       CC="sparse -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ -D__INT_MAX__=2147483647 -D__SHRT_MAX__=32767 -D__LONG_MAX__=2147483647 -D__SCHAR_MAX__=127 -Wbitwise" $(MAKE) wpa_supplicant-sparse
-
 -include $(OBJS:%.o=%.d)