mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
autotools: fix MESSAGE calls
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
3daa912819
commit
e1317731c8
@ -138,7 +138,7 @@ $(2)_POST_PATCH_HOOKS += UPDATE_CONFIG_HOOK
|
|||||||
# Hook to patch libtool to make it work properly for cross-compilation
|
# Hook to patch libtool to make it work properly for cross-compilation
|
||||||
#
|
#
|
||||||
define LIBTOOL_PATCH_HOOK
|
define LIBTOOL_PATCH_HOOK
|
||||||
@$(call MESSAGE,"Patching libtool")
|
@$$(call MESSAGE,"Patching libtool")
|
||||||
$(Q)if test "$$($$(PKG)_LIBTOOL_PATCH)" = "YES" \
|
$(Q)if test "$$($$(PKG)_LIBTOOL_PATCH)" = "YES" \
|
||||||
-a "$$($$(PKG)_AUTORECONF)" != "YES"; then \
|
-a "$$($$(PKG)_AUTORECONF)" != "YES"; then \
|
||||||
for i in `find $$($$(PKG)_SRCDIR) -name ltmain.sh`; do \
|
for i in `find $$($$(PKG)_SRCDIR) -name ltmain.sh`; do \
|
||||||
@ -162,7 +162,7 @@ endif
|
|||||||
# Hook to autoreconf the package if needed
|
# Hook to autoreconf the package if needed
|
||||||
#
|
#
|
||||||
define AUTORECONF_HOOK
|
define AUTORECONF_HOOK
|
||||||
@$(call MESSAGE,"Autoreconfiguring")
|
@$$(call MESSAGE,"Autoreconfiguring")
|
||||||
$(Q)cd $$($$(PKG)_SRCDIR) && $(AUTORECONF) $$($$(PKG)_AUTORECONF_OPT)
|
$(Q)cd $$($$(PKG)_SRCDIR) && $(AUTORECONF) $$($$(PKG)_AUTORECONF_OPT)
|
||||||
$(Q)if test "$$($$(PKG)_LIBTOOL_PATCH)" = "YES"; then \
|
$(Q)if test "$$($$(PKG)_LIBTOOL_PATCH)" = "YES"; then \
|
||||||
for i in `find $$($$(PKG)_SRCDIR) -name ltmain.sh`; do \
|
for i in `find $$($$(PKG)_SRCDIR) -name ltmain.sh`; do \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user