- provide -source targets for the 3 parts of the split dhcp.

Closes #1223. Thanks
This commit is contained in:
Bernhard Reutner-Fischer 2007-02-16 13:01:06 +00:00
parent 1e4d4391bd
commit 5a3fa49e81
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ $(DL_DIR)/$(DHCP_SOURCE):
dhcp-source: $(DL_DIR)/$(DHCP_SOURCE)
dhcp_server-source: dhcp-source
dhcp_relay-source: dhcp-source
dhcp_client-source: dhcp-source
$(DHCP_DIR)/.unpacked: $(DL_DIR)/$(DHCP_SOURCE)
$(DHCP_CAT) $(DL_DIR)/$(DHCP_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
toolchain/patch-kernel.sh $(DHCP_DIR) package/dhcp/ dhcp\*.patch