projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67a322a
)
gdb: remove Build/Compile rule ; default one works
author
Alexandru Ardelean
<ardeleanalex@gmail.com>
Fri, 12 May 2017 08:50:05 +0000
(11:50 +0300)
committer
Felix Fietkau
<nbd@nbd.name>
Wed, 7 Jun 2017 16:31:10 +0000
(18:31 +0200)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
package/devel/gdb/Makefile
patch
|
blob
|
history
diff --git
a/package/devel/gdb/Makefile
b/package/devel/gdb/Makefile
index 84e7926bf894fd8a7abec2d2c408797c354baee0..ffbc9199b11e98447b03e883f458ff6fe9e5fb24 100644
(file)
--- a/
package/devel/gdb/Makefile
+++ b/
package/devel/gdb/Makefile
@@
-60,13
+60,6
@@
CONFIGURE_ARGS+= \
CONFIGURE_VARS+= \
ac_cv_search_tgetent="$(TARGET_LDFLAGS) -lncurses -lreadline"
-define Build/Compile
- +$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
- DESTDIR="$(PKG_INSTALL_DIR)" \
- CPPFLAGS="$(TARGET_CPPFLAGS)" \
- all
-endef
-
define Build/Install
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \