projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e68aad
)
fltk2: Enable parallel build
author
Michael Büsch
<mb@bu3sch.de>
Wed, 3 Nov 2010 01:31:18 +0000
(
01:31
+0000)
committer
Michael Büsch
<mb@bu3sch.de>
Wed, 3 Nov 2010 01:31:18 +0000
(
01:31
+0000)
SVN-Revision: 23813
Xorg/lib/fltk2/Makefile
patch
|
blob
|
history
diff --git
a/Xorg/lib/fltk2/Makefile
b/Xorg/lib/fltk2/Makefile
index e11738b7d18eabd961d5b0aa607d587661ef8a5d..5f36c37ab99242207a57cff8fff7a733fa573350 100644
(file)
--- a/
Xorg/lib/fltk2/Makefile
+++ b/
Xorg/lib/fltk2/Makefile
@@
-20,6
+20,7
@@
PKG_SOURCE_URL:=http://svn.easysw.com/public/fltk/fltk/trunk
PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/$(PKG_NAME)-$(PKG_VERSION)/
PKG_FIXUP:=libtool
+PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk
@@
-42,7
+43,7
@@
define Build/Configure
endef
define Build/Compile
- $(MAKE) -C $(PKG_BUILD_DIR) all
+ $(MAKE)
$(PKG_JOBS)
-C $(PKG_BUILD_DIR) all
endef
define Build/Install