#293: [patch] Makefile goals all and install aren't independent
--------------------------------------+-------------------------------------
Reporter: [EMAIL PROTECTED] | Owner:
Type: defect | Status: new
Priority: minor | Milestone:
Component: madwifi: makefiles | Version:
Keywords: dependencies all install |
--------------------------------------+-------------------------------------
Currently the Makefile goals all and install (or modules/install-modules,
tools/install-tools) aren't independent. In build systems like RPM this
leads to duplicate compilation during build and install phases.
The proposed patch removes the dependencies between all and install goals
from the Makefiles. This means that you now *MUST* use two build steps,
i.e. all and then install.
A more sophisticated approach would be to implement correct real
dependencies, ie. all would depend on the generated final target file.
--
Ticket URL: <http://madwifi.org/ticket/293>
MadWifi <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity