summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-01-02 21:09:34 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-01-02 21:09:34 +0100
commit52ecfbc3fca4ab27d7ced44b68074bfd4c10f86e (patch)
treed0fc18f073c0354e2a5e73e4e588f7f82fc7b104
parent8cde98044dbbe526f380d28cd26eb269c07e69ed (diff)
downloadembtoolkit-52ecfbc3fca4ab27d7ced44b68074bfd4c10f86e.tar.gz
embtoolkit-52ecfbc3fca4ab27d7ced44b68074bfd4c10f86e.tar.bz2
embtoolkit-52ecfbc3fca4ab27d7ced44b68074bfd4c10f86e.tar.xz
Build system: packages: give ability to autoreconf from command line
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--core/mk/packages.mk10
1 files changed, 9 insertions, 1 deletions
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,$*)