Changeset d419478 in freewrt for package/ebtables
- Timestamp:
- Jul 21, 2006, 1:56:32 AM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 50d34d3
- Parents:
- 2029b2e
- File:
-
- 1 edited
-
package/ebtables/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/ebtables/Makefile
r2029b2e rd419478 10 10 PKG_SOURCE_URL:=@SF/ebtables 11 11 PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz 12 PKG_CAT:=zcat13 12 14 PKG_BUILD_DIR:=$(BUILD_DIR)/ebtables-v$(PKG_VERSION)13 WRKBUILD:=${WRKDIR}/ebtables-v$(PKG_VERSION) 15 14 16 15 include $(TOPDIR)/package/rules.mk … … 18 17 $(eval $(call PKG_template,EBTABLES,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) 19 18 20 $( PKG_BUILD_DIR)/.configured:19 $(WRKBUILD)/.configured: 21 20 touch $@ 22 21 23 $( PKG_BUILD_DIR)/.built:24 $(MAKE) -C $( PKG_BUILD_DIR) \22 $(WRKBUILD)/.built: 23 $(MAKE) -C $(WRKBUILD) \ 25 24 CC=$(TARGET_CC) LD=$(TARGET_CROSS)ld \ 26 25 CFLAGS="$(TARGET_CFLAGS) -Wall" … … 29 28 $(IPKG_EBTABLES): 30 29 install -d -m0755 $(IDIR_EBTABLES)/etc 31 install -m0644 $( PKG_BUILD_DIR)/ethertypes $(IDIR_EBTABLES)/etc/30 install -m0644 $(WRKBUILD)/ethertypes $(IDIR_EBTABLES)/etc/ 32 31 install -d -m0755 $(IDIR_EBTABLES)/usr/sbin 33 install -m0755 $( PKG_BUILD_DIR)/ebtables $(IDIR_EBTABLES)/usr/sbin/32 install -m0755 $(WRKBUILD)/ebtables $(IDIR_EBTABLES)/usr/sbin/ 34 33 $(RSTRIP) $(IDIR_EBTABLES) 35 34 $(IPKG_BUILD) $(IDIR_EBTABLES) $(PACKAGE_DIR)
Note:
See TracChangeset
for help on using the changeset viewer.
