Changeset b4f0684 in freewrt
- Timestamp:
- Jan 6, 2007, 7:02:30 PM (19 years ago)
- Children:
- 9c0eb89
- Parents:
- cd85de7
- File:
-
- 1 edited
-
package/arptables/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/arptables/Makefile
rcd85de7 rb4f0684 21 21 $(eval $(call PKG_template,ARPTABLES,arptables,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) 22 22 23 $(WRKBUILD)/.configured: 24 touch $@ 23 BUILD_STYLE= auto 24 INSTALL_STYLE= auto 25 25 26 $(WRKBUILD)/.built: 27 $(MAKE) -C $(WRKBUILD) \ 28 CC="$(TARGET_CC)" LD=$(TARGET_CROSS)ld \ 29 COPT_FLAGS="$(TARGET_CFLAGS)" \ 30 KERNEL_DIR="./include/linux" 31 touch $@ 32 33 $(IPKG_ARPTABLES): 26 post-install: 34 27 $(INSTALL_DIR) $(IDIR_ARPTABLES)/usr/sbin 35 28 $(INSTALL_BIN) $(WRKBUILD)/arptables $(IDIR_ARPTABLES)/usr/sbin/ 36 $(RSTRIP) $(IDIR_ARPTABLES)37 $(IPKG_BUILD) $(IDIR_ARPTABLES) $(PACKAGE_DIR)38 29 39 30 include ${TOPDIR}/mk/pkg-bottom.mk
Note:
See TracChangeset
for help on using the changeset viewer.
