- add missing foo-source target for "make source" for downloading

package sources used by later offline build.
This commit is contained in:
Bernhard Reutner-Fischer
2007-01-14 11:14:27 +00:00
parent d8bcc8f168
commit 98862ee4a5
4 changed files with 8 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ LIBEVENT_TARGET_BINARY:=usr/lib/libevent.so
$(DL_DIR)/$(LIBEVENT_SOURCE):
$(WGET) -P $(DL_DIR) $(LIBEVENT_SITE)/$(LIBEVENT_SOURCE)
libevent-source: $(DL_DIR)/$(LIBEVENT_SOURCE)
libevent-unpacked: $(LIBEVENT_DIR)/.unpacked
$(LIBEVENT_DIR)/.unpacked: $(DL_DIR)/$(LIBEVENT_SOURCE)
$(LIBEVENT_CAT) $(DL_DIR)/$(LIBEVENT_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -