From 52ecfbc3fca4ab27d7ced44b68074bfd4c10f86e Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Fri, 2 Jan 2015 21:09:34 +0100 Subject: Build system: packages: give ability to autoreconf from command line Signed-off-by: Abdoulaye Walsimou Gaye --- core/mk/packages.mk | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/core/mk/packages.mk b/core/mk/packages.mk index b73bda2..d063254 100644 --- a/core/mk/packages.mk +++ b/core/mk/packages.mk @@ -1,6 +1,6 @@ ################################################################################ # Embtoolkit -# Copyright(C) 2009-2014 Abdoulaye Walsimou GAYE. +# Copyright(C) 2009-2015 Abdoulaye Walsimou GAYE. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -111,6 +111,14 @@ download_% %_download: %_decompress: $(call embtk_decompress_pkg,$*) +# Autoreconf an autotooled package +%_autoreconf: + $(call embtk_autoreconf_pkg,$*) + +# Autoreconf an autotooled host package +%_host_autoreconf: + $(call embtk_autoreconf_hostpkg,$*) + # clean generic implicit rule %_clean: $(call embtk_cleanup_pkg,$*) -- cgit v1.2.3