diff options
author | solar <solar@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-05-30 16:23:00 +0000 |
---|---|---|
committer | solar <solar@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-05-30 16:23:00 +0000 |
commit | f4fa42d9a5082b37072bcc3b4d4a054d27572c67 (patch) | |
tree | 97891e9cc53a1f2b18b9860ccebaeecbada7956d /obsolete-buildroot/make | |
parent | 9d4c2a74b12d7f05a505154e79b0b74e49c56814 (diff) |
make $(TARGET_DIR)/sbin at install time. make TARGET_DIR=arptables-pkg arptables. ipkg etc..
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'obsolete-buildroot/make')
-rw-r--r-- | obsolete-buildroot/make/arptables.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/obsolete-buildroot/make/arptables.mk b/obsolete-buildroot/make/arptables.mk index bd4c6af4ba..4b9508fbc1 100644 --- a/obsolete-buildroot/make/arptables.mk +++ b/obsolete-buildroot/make/arptables.mk @@ -32,6 +32,7 @@ $(ARPTABLES_BUILD_DIR)/$(ARPTABLES_NAME): $(ARPTABLES_BUILD_DIR)/.configured CC=$(TARGET_CC) COPT_FLAGS="$(TARGET_CFLAGS)" $(TARGET_DIR)/sbin/$(ARPTABLES_NAME): $(ARPTABLES_BUILD_DIR)/$(ARPTABLES_NAME) + mkdir -p $(TARGET_DIR)/sbin/ cp $(ARPTABLES_BUILD_DIR)/$(ARPTABLES_NAME) $(TARGET_DIR)/sbin/$(ARPTABLES_NAME) $(STRIP) $(TARGET_DIR)/sbin/$(ARPTABLES_NAME) |