Fix ccache compilation, standardize, closes #831
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5039 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
89a780a8dc
commit
c61111546f
@ -38,26 +38,11 @@ define Package/uob-nomad
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR)/Agent \
|
$(call Build/Compile/Default,-C $(PKG_BUILD_DIR)/Agent mipagent)
|
||||||
CC=$(TARGET_CC) \
|
$(call Build/Compile/Default,-C $(PKG_BUILD_DIR)/Client/net-tools clean)
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(call Build/Compile/Default,-C $(PKG_BUILD_DIR)/Client/net-tools/lib clean)
|
||||||
mipagent
|
$(call Build/Compile/Default,-C $(PKG_BUILD_DIR)/Client/net-tools all)
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR)/Client/net-tools \
|
$(call Build/Compile/Default,-C $(PKG_BUILD_DIR)/Client mipmn)
|
||||||
CC=$(TARGET_CC) \
|
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
|
||||||
clean
|
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR)/Client/net-tools/lib \
|
|
||||||
CC=$(TARGET_CC) \
|
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
|
||||||
clean
|
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR)/Client/net-tools \
|
|
||||||
CC=$(TARGET_CC) \
|
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
|
||||||
all
|
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR)/Client \
|
|
||||||
CC=$(TARGET_CC) \
|
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
|
||||||
mipmn
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/uob-nomad/install
|
define Package/uob-nomad/install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user