linux-atm: parallel build fix
SVN-Revision: 22383
This commit is contained in:
parent
acf5462a22
commit
ad126a54f4
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
# Copyright (C) 2006-2010 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
|
@ -16,6 +16,8 @@ PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
|
||||||
PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/l/linux-atm/
|
PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/l/linux-atm/
|
||||||
PKG_MD5SUM:=9560b0e1f410a05b849dfdab465dd758
|
PKG_MD5SUM:=9560b0e1f410a05b849dfdab465dd758
|
||||||
|
|
||||||
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/linux-atm
|
define Package/linux-atm
|
||||||
|
@ -54,9 +56,7 @@ define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR)/src/qgen \
|
$(MAKE) -C $(PKG_BUILD_DIR)/src/qgen \
|
||||||
LDFLAGS="" \
|
LDFLAGS="" \
|
||||||
all
|
all
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) all
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
|
||||||
all install
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
|
|
Loading…
Reference in a new issue