diff options
author | Ned Ludd <solar@gentoo.org> | 2004-05-30 16:23:00 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2004-05-30 16:23:00 +0000 |
commit | 7a0f201bd63d7344d1a291d3db7c2aacac7865ab (patch) | |
tree | 97891e9cc53a1f2b18b9860ccebaeecbada7956d /obsolete-buildroot/make/arptables.mk | |
parent | 46f043ca655e68b66c27102411171baa24e2df43 (diff) | |
download | mtk-20170518-7a0f201bd63d7344d1a291d3db7c2aacac7865ab.zip mtk-20170518-7a0f201bd63d7344d1a291d3db7c2aacac7865ab.tar.gz mtk-20170518-7a0f201bd63d7344d1a291d3db7c2aacac7865ab.tar.bz2 |
make $(TARGET_DIR)/sbin at install time. make TARGET_DIR=arptables-pkg arptables. ipkg etc..
SVN-Revision: 43
Diffstat (limited to 'obsolete-buildroot/make/arptables.mk')
-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 bd4c6af..4b9508f 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) |