projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc5689e
)
gdb: Enable parallel build
author
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 9 Oct 2010 21:32:38 +0000
(21:32 +0000)
committer
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 9 Oct 2010 21:32:38 +0000
(21:32 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23373
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/gdb/Makefile
patch
|
blob
|
history
diff --git
a/package/gdb/Makefile
b/package/gdb/Makefile
index
1a4bb91
..
1fa159b
100644
(file)
--- a/
package/gdb/Makefile
+++ b/
package/gdb/Makefile
@@
-15,6
+15,8
@@
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@GNU/gdb
PKG_MD5SUM:=c9da266b884fb8fa54df786dfaadbc7a
+PKG_BUILD_PARALLEL:=1
+
include $(INCLUDE_DIR)/package.mk
define Package/gdb/Default
@@
-55,7
+57,7
@@
CONFIGURE_VARS+= \
ac_cv_search_tgetent="$(TARGET_LDFLAGS) -lncurses -lreadline"
define Build/Compile
- $(MAKE) -C $(PKG_BUILD_DIR) \
+ $(MAKE)
$(PKG_JOBS)
-C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
CPPFLAGS="$(TARGET_CPPFLAGS)" \
all
This page took
0.02808 seconds
and
4
git commands to generate.