make: Fix parallel build
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23184 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0796551de5
commit
1ffe0fdb34
@ -12,6 +12,8 @@ PKG_RELEASE:=1
|
||||
PKG_SOURCE_URL:=@GNU/make
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_MD5SUM:=354853e0b2da90c527e35aabb8d6f1e6
|
||||
PKG_INSTALL:=1
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
@ -26,8 +28,6 @@ define Package/make/description
|
||||
The Make package contains a program for compiling packages
|
||||
endef
|
||||
|
||||
MAKE_FLAGS += all install DESTDIR="$(PKG_INSTALL_DIR)"
|
||||
|
||||
define Package/make/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/make $(1)/usr/bin/
|
||||
|
Loading…
x
Reference in New Issue
Block a user