[openwrt/openwrt] tools/missing-macros: bump version of makeinfo alternative script

LEDE Commits lede-commits at lists.infradead.org
Thu May 4 11:07:20 PDT 2023


ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d39c6cd29b212a6ad5d864893c7687f976600dd4

commit d39c6cd29b212a6ad5d864893c7687f976600dd4
Author: Michael Pratt <mcpratt at pm.me>
AuthorDate: Thu Mar 23 03:42:04 2023 -0400

    tools/missing-macros: bump version of makeinfo alternative script
    
    Some new releases of GNU tools are checking for a higher version
    of makeinfo than what our scripted alternative shows
    when working with checked-out sources instead of releases.
    
    Since this is a "fake" makeinfo we can also just fake the version.
    
    Signed-off-by: Michael Pratt <mcpratt at pm.me>
---
 tools/missing-macros/src/bin/makeinfo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/missing-macros/src/bin/makeinfo b/tools/missing-macros/src/bin/makeinfo
index e163cba084..d698f7b79c 100755
--- a/tools/missing-macros/src/bin/makeinfo
+++ b/tools/missing-macros/src/bin/makeinfo
@@ -26,7 +26,7 @@ Getopt::Long::GetOptions(
 
 if ($version)
 {
-	print "makeinfo (OpenWrt stub) 4.13\n";
+	print "makeinfo (OpenWrt stub) 9.99\n";
 	exit 0;
 }
 




More information about the lede-commits mailing list