hostapd/src
Johannes Berg ac1447ae9d build: Rebuild libs all the time
When files change that go into a static library such as libutils.a, then
libutils.a doesn't get rebuilt from, e.g., wlantest because the
top-level Makefile just calls the library make if the library doesn't
exist yet.

Change that by making the library depend on a phony target (cannot make
it itself phony due to the pattern) so that the build will always
recurse into the library build, and check there if the library needs to
be rebuilt.

While at it, remove the (actually unnecessary) mkdir so it doesn't get
done each and every time you do 'make'.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2020-10-12 20:18:02 +03:00
..
ap build: Put archive files into build/ folder too 2020-10-11 11:16:00 +03:00
common build: Put archive files into build/ folder too 2020-10-11 11:16:00 +03:00
crypto gitignore: Clean up a bit 2020-10-11 19:32:50 +03:00
drivers macsec_linux: Fix receive-lowest-PN setting 2020-10-11 20:35:35 +03:00
eap_common build: Put archive files into build/ folder too 2020-10-11 11:16:00 +03:00
eap_peer build: Put archive files into build/ folder too 2020-10-11 11:16:00 +03:00
eap_server build: Put archive files into build/ folder too 2020-10-11 11:16:00 +03:00
eapol_auth build: Put archive files into build/ folder too 2020-10-11 11:16:00 +03:00
eapol_supp build: Put archive files into build/ folder too 2020-10-11 11:16:00 +03:00
fst FST: Convert Boolean to C99 bool 2020-04-24 17:06:50 +03:00
l2_packet build: Put archive files into build/ folder too 2020-10-11 11:16:00 +03:00
p2p build: Put archive files into build/ folder too 2020-10-11 11:16:00 +03:00
pae MACsec: Convert Boolean to C99 bool 2020-04-24 17:06:50 +03:00
radius gitignore: Clean up a bit 2020-10-11 19:32:50 +03:00
rsn_supp build: Put archive files into build/ folder too 2020-10-11 11:16:00 +03:00
tls gitignore: Clean up a bit 2020-10-11 19:32:50 +03:00
utils gitignore: Clean up a bit 2020-10-11 19:32:50 +03:00
wps build: Put archive files into build/ folder too 2020-10-11 11:16:00 +03:00
build.rules build: Rebuild libs all the time 2020-10-12 20:18:02 +03:00
lib.rules build: Use build.rules in lib.rules 2020-10-10 12:47:41 +03:00
Makefile build: Add a common-clean target 2020-10-10 12:48:41 +03:00
objs.mk build: Fix dependency file inclusion 2020-10-12 11:05:16 +03:00