projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4977f6
)
tools/missing-macros: bump version of makeinfo alternative script
author
Michael Pratt
<mcpratt@pm.me>
Thu, 23 Mar 2023 07:42:04 +0000
(
03:42
-0400)
committer
Christian Marangi
<ansuelsmth@gmail.com>
Thu, 4 May 2023 04:07:27 +0000
(06:07 +0200)
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@pm.me>
tools/missing-macros/src/bin/makeinfo
patch
|
blob
|
history
diff --git
a/tools/missing-macros/src/bin/makeinfo
b/tools/missing-macros/src/bin/makeinfo
index e163cba0843defef35847013ff267a767eb0b8f4..d698f7b79c5d589b7e98fbfeb151fc917c5310cd 100755
(executable)
--- 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;
}