mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 23:08:26 +02:00
Fix/clean several hundred package makefiles
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4603 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4c66f72328
commit
ae98e0cfbc
@ -33,7 +33,7 @@ define Build/Compile
|
||||
rm -rf $(PKG_INSTALL_DIR)
|
||||
mkdir -p $(PKG_INSTALL_DIR)
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
CC="$(TARGET_CC)" LD="$(TARGET_CROSS)ld" \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
COPT_FLAGS="$(TARGET_CFLAGS)" \
|
||||
KERNEL_DIR="./include/linux"
|
||||
endef
|
||||
|
@ -87,7 +87,6 @@ define Build/Compile
|
||||
# Compile wlc
|
||||
$(MAKE) -C $(PKG_BUILD_DIR)/wlc \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
CC="$(TARGET_CC)" \
|
||||
CFLAGS="-I$(PKG_BUILD_DIR)/wlc/include $(TARGET_CFLAGS)" \
|
||||
all
|
||||
endef
|
||||
|
@ -87,11 +87,10 @@ define Package/Template
|
||||
define Build/Compile/$(2)
|
||||
$(call Build/CompileTarget,$(2))
|
||||
endef
|
||||
endif
|
||||
|
||||
define Package/$(1)/install
|
||||
define Package/$(1)/install
|
||||
$(call Package/InstallTemplate,$(1),$(2))
|
||||
endef
|
||||
endef
|
||||
endif
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
|
@ -38,7 +38,7 @@ DESCRIPTION:=ATM RFC2684 bridging utility
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default,)
|
||||
$(call Build/Configure/Default)
|
||||
# prevent autoheader invocation
|
||||
touch $(PKG_BUILD_DIR)/stamp-h.in
|
||||
endef
|
||||
|
@ -50,11 +50,7 @@ define Build/Configure
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
rm -rf $(PKG_INSTALL_DIR)
|
||||
mkdir -p $(PKG_INSTALL_DIR)
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
all install
|
||||
$(call Build/Compile/Default,CFLAGS="$(TARGET_CFLAGS)" all install)
|
||||
endef
|
||||
|
||||
define Package/pcmcia-cs/install
|
||||
|
@ -27,12 +27,6 @@ define Build/Prepare
|
||||
$(CP) ./src/* $(PKG_BUILD_DIR)/
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" \
|
||||
all
|
||||
endef
|
||||
|
||||
define Package/robocfg/install
|
||||
install -d -m0755 $(1)/sbin
|
||||
install -m0755 $(PKG_BUILD_DIR)/robocfg $(1)/sbin/
|
||||
|
@ -42,7 +42,6 @@ define Build/Compile
|
||||
CC="$(TARGET_CC)" \
|
||||
CPP="$(TARGET_CC)" \
|
||||
LD="$(TARGET_CROSS)ld" \
|
||||
STAGING_DIR=$(STAGING_DIR) \
|
||||
KERNELVERSION="$(KERNEL)" \
|
||||
KERNEL_SOURCE="$(LINUX_DIR)" \
|
||||
KDIR="$(LINUX_DIR)" \
|
||||
|
Loading…
Reference in New Issue
Block a user