aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJouni Malinen <j@w1.fi>2010-04-17 17:10:31 +0300
committerJouni Malinen <j@w1.fi>2010-04-17 17:10:31 +0300
commit7992b07f6a23b1e240df440f09b6573fe75f70a8 (patch)
treeb0f30472706704bb293aed0770cd15f83f0cc5db /src
parente34ce1683c4ef7363b149a143a2bd1924fdd2376 (diff)
downloadexternal_wpa_supplicant_8_ti-7992b07f6a23b1e240df440f09b6573fe75f70a8.zip
external_wpa_supplicant_8_ti-7992b07f6a23b1e240df440f09b6573fe75f70a8.tar.gz
external_wpa_supplicant_8_ti-7992b07f6a23b1e240df440f09b6573fe75f70a8.tar.bz2
Remove unnecessary SUBDIRS loops from src/*/Makefile
There are no subdirectories in any of these directories or plans for adding ones. As such, there is no point in running the loop that does not do anything and can cause problems with some shells.
Diffstat (limited to 'src')
-rw-r--r--src/ap/Makefile1
-rw-r--r--src/common/Makefile1
-rw-r--r--src/crypto/Makefile1
-rw-r--r--src/drivers/Makefile1
-rw-r--r--src/eap_common/Makefile1
-rw-r--r--src/eap_peer/Makefile1
-rw-r--r--src/eap_server/Makefile1
-rw-r--r--src/eapol_auth/Makefile1
-rw-r--r--src/eapol_supp/Makefile1
-rw-r--r--src/l2_packet/Makefile1
-rw-r--r--src/radius/Makefile1
-rw-r--r--src/rsn_supp/Makefile1
-rw-r--r--src/tls/Makefile1
-rw-r--r--src/utils/Makefile1
-rw-r--r--src/wps/Makefile1
15 files changed, 0 insertions, 15 deletions
diff --git a/src/ap/Makefile b/src/ap/Makefile
index cffba62..9c41962 100644
--- a/src/ap/Makefile
+++ b/src/ap/Makefile
@@ -2,7 +2,6 @@ all:
@echo Nothing to be made.
clean:
- for d in $(SUBDIRS); do make -C $$d clean; done
rm -f *~ *.o *.d
install:
diff --git a/src/common/Makefile b/src/common/Makefile
index cffba62..9c41962 100644
--- a/src/common/Makefile
+++ b/src/common/Makefile
@@ -2,7 +2,6 @@ all:
@echo Nothing to be made.
clean:
- for d in $(SUBDIRS); do make -C $$d clean; done
rm -f *~ *.o *.d
install:
diff --git a/src/crypto/Makefile b/src/crypto/Makefile
index 901b3a6..69aa16a 100644
--- a/src/crypto/Makefile
+++ b/src/crypto/Makefile
@@ -1,7 +1,6 @@
all: libcrypto.a
clean:
- for d in $(SUBDIRS); do make -C $$d clean; done
rm -f *~ *.o *.d libcrypto.a
install:
diff --git a/src/drivers/Makefile b/src/drivers/Makefile
index 8da6994..07600e5 100644
--- a/src/drivers/Makefile
+++ b/src/drivers/Makefile
@@ -2,7 +2,6 @@ all:
@echo Nothing to be made.
clean:
- for d in $(SUBDIRS); do make -C $$d clean; done
rm -f *~ *.o *.d
rm -f build.wpa_supplicant build.hostapd
diff --git a/src/eap_common/Makefile b/src/eap_common/Makefile
index cffba62..9c41962 100644
--- a/src/eap_common/Makefile
+++ b/src/eap_common/Makefile
@@ -2,7 +2,6 @@ all:
@echo Nothing to be made.
clean:
- for d in $(SUBDIRS); do make -C $$d clean; done
rm -f *~ *.o *.d
install:
diff --git a/src/eap_peer/Makefile b/src/eap_peer/Makefile
index d9449a2..3651056 100644
--- a/src/eap_peer/Makefile
+++ b/src/eap_peer/Makefile
@@ -2,7 +2,6 @@ all:
@echo Nothing to be made.
clean:
- for d in $(SUBDIRS); do make -C $$d clean; done
rm -f *~ *.o *.so *.d
install:
diff --git a/src/eap_server/Makefile b/src/eap_server/Makefile
index cffba62..9c41962 100644
--- a/src/eap_server/Makefile
+++ b/src/eap_server/Makefile
@@ -2,7 +2,6 @@ all:
@echo Nothing to be made.
clean:
- for d in $(SUBDIRS); do make -C $$d clean; done
rm -f *~ *.o *.d
install:
diff --git a/src/eapol_auth/Makefile b/src/eapol_auth/Makefile
index cffba62..9c41962 100644
--- a/src/eapol_auth/Makefile
+++ b/src/eapol_auth/Makefile
@@ -2,7 +2,6 @@ all:
@echo Nothing to be made.
clean:
- for d in $(SUBDIRS); do make -C $$d clean; done
rm -f *~ *.o *.d
install:
diff --git a/src/eapol_supp/Makefile b/src/eapol_supp/Makefile
index cffba62..9c41962 100644
--- a/src/eapol_supp/Makefile
+++ b/src/eapol_supp/Makefile
@@ -2,7 +2,6 @@ all:
@echo Nothing to be made.
clean:
- for d in $(SUBDIRS); do make -C $$d clean; done
rm -f *~ *.o *.d
install:
diff --git a/src/l2_packet/Makefile b/src/l2_packet/Makefile
index cffba62..9c41962 100644
--- a/src/l2_packet/Makefile
+++ b/src/l2_packet/Makefile
@@ -2,7 +2,6 @@ all:
@echo Nothing to be made.
clean:
- for d in $(SUBDIRS); do make -C $$d clean; done
rm -f *~ *.o *.d
install:
diff --git a/src/radius/Makefile b/src/radius/Makefile
index 32f572f..b199be8 100644
--- a/src/radius/Makefile
+++ b/src/radius/Makefile
@@ -1,7 +1,6 @@
all: libradius.a
clean:
- for d in $(SUBDIRS); do make -C $$d clean; done
rm -f *~ *.o *.d libradius.a
install:
diff --git a/src/rsn_supp/Makefile b/src/rsn_supp/Makefile
index cffba62..9c41962 100644
--- a/src/rsn_supp/Makefile
+++ b/src/rsn_supp/Makefile
@@ -2,7 +2,6 @@ all:
@echo Nothing to be made.
clean:
- for d in $(SUBDIRS); do make -C $$d clean; done
rm -f *~ *.o *.d
install:
diff --git a/src/tls/Makefile b/src/tls/Makefile
index 0f02447..a2da096 100644
--- a/src/tls/Makefile
+++ b/src/tls/Makefile
@@ -1,7 +1,6 @@
all: libtls.a
clean:
- for d in $(SUBDIRS); do make -C $$d clean; done
rm -f *~ *.o *.d libtls.a
install:
diff --git a/src/utils/Makefile b/src/utils/Makefile
index 93f9f15..527cf3e 100644
--- a/src/utils/Makefile
+++ b/src/utils/Makefile
@@ -1,7 +1,6 @@
all: libutils.a
clean:
- for d in $(SUBDIRS); do make -C $$d clean; done
rm -f *~ *.o *.d libutils.a
install:
diff --git a/src/wps/Makefile b/src/wps/Makefile
index cffba62..9c41962 100644
--- a/src/wps/Makefile
+++ b/src/wps/Makefile
@@ -2,7 +2,6 @@ all:
@echo Nothing to be made.
clean:
- for d in $(SUBDIRS); do make -C $$d clean; done
rm -f *~ *.o *.d
install: