]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Remove unnecessary SUBDIRS loops from src/*/Makefile
authorJouni Malinen <j@w1.fi>
Sat, 17 Apr 2010 14:10:31 +0000 (17:10 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 17 Apr 2010 14:10:31 +0000 (17:10 +0300)
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.

15 files changed:
src/ap/Makefile
src/common/Makefile
src/crypto/Makefile
src/drivers/Makefile
src/eap_common/Makefile
src/eap_peer/Makefile
src/eap_server/Makefile
src/eapol_auth/Makefile
src/eapol_supp/Makefile
src/l2_packet/Makefile
src/radius/Makefile
src/rsn_supp/Makefile
src/tls/Makefile
src/utils/Makefile
src/wps/Makefile

index cffba620da04f45c449cf31dfded3b58cc03ab38..9c41962fd7e164b57562bc36f6fd30ba38c1b9b0 100644 (file)
@@ -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:
index cffba620da04f45c449cf31dfded3b58cc03ab38..9c41962fd7e164b57562bc36f6fd30ba38c1b9b0 100644 (file)
@@ -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:
index 901b3a64013e7e751533b86610931c20402d06b4..69aa16ac66b0ce1f19a77d536252674eb07becd8 100644 (file)
@@ -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:
index 8da6994e22ccd90338cd464978c67a48c8876074..07600e52c2fdecee0d73bd78f5183e9ebd180e71 100644 (file)
@@ -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
 
index cffba620da04f45c449cf31dfded3b58cc03ab38..9c41962fd7e164b57562bc36f6fd30ba38c1b9b0 100644 (file)
@@ -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:
index d9449a28da42d5bd40c90cbdf0ebb4b6b88249f2..3651056110493cb1cb3829ce4e915e84b8d2898e 100644 (file)
@@ -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:
index cffba620da04f45c449cf31dfded3b58cc03ab38..9c41962fd7e164b57562bc36f6fd30ba38c1b9b0 100644 (file)
@@ -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:
index cffba620da04f45c449cf31dfded3b58cc03ab38..9c41962fd7e164b57562bc36f6fd30ba38c1b9b0 100644 (file)
@@ -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:
index cffba620da04f45c449cf31dfded3b58cc03ab38..9c41962fd7e164b57562bc36f6fd30ba38c1b9b0 100644 (file)
@@ -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:
index cffba620da04f45c449cf31dfded3b58cc03ab38..9c41962fd7e164b57562bc36f6fd30ba38c1b9b0 100644 (file)
@@ -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:
index 32f572f723b18daf032e675fe736a7a9dd785318..b199be8b197037c210421f4d244a061e8779d01b 100644 (file)
@@ -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:
index cffba620da04f45c449cf31dfded3b58cc03ab38..9c41962fd7e164b57562bc36f6fd30ba38c1b9b0 100644 (file)
@@ -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:
index 0f02447a907c15a6c1737f5d8e2c6634668c1bff..a2da0965a5f9d5bf0e19e1584a73ebf39c58e222 100644 (file)
@@ -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:
index 93f9f155f0ed31012cd14dbfac67a8260d2305ee..527cf3e73bb8b2129ca296435fbbf79b80cdeffc 100644 (file)
@@ -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:
index cffba620da04f45c449cf31dfded3b58cc03ab38..9c41962fd7e164b57562bc36f6fd30ba38c1b9b0 100644 (file)
@@ -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: