[Buildroot] [git commit] speex: remove useless BUILD_CMDS

Peter Korsgaard peter at korsgaard.com
Sun Apr 29 14:17:22 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=a74f0609b77698f7a9c7537df3c146135ee5fccf
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

SPEEX_BUILD_CMDS is useless, because it's exactly defined to the
default value of <pkg>_BUILDS_CMDS for autotools packages.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/speex/speex.mk | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/package/speex/speex.mk b/package/speex/speex.mk
index 1b278ea23d..3c188b631e 100644
--- a/package/speex/speex.mk
+++ b/package/speex/speex.mk
@@ -31,8 +31,4 @@ endef
 
 SPEEX_POST_CONFIGURE_HOOKS += SPEEX_LIBTOOL_FIXUP
 
-define SPEEX_BUILD_CMDS
-	$($(PKG)_MAKE_ENV) $(MAKE) $($(PKG)_MAKE_OPTS) -C $(@D)/$($(PKG)_SUBDIR)
-endef
-
 $(eval $(autotools-package))


More information about the buildroot mailing list