mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 23:12:32 +00:00
efe56a51bc
Add commit messages to patches as intended
by the last bump to libtool which had to be reverted.
This allows for a cleaner diff later,
removing this clutter from the complex changes to patches
that are required to bump to the latest libtool version.
Ref: c377d874b
("libtool: bump to 2.4.6")
Signed-off-by: Michael Pratt <mcpratt@pm.me>
125 lines
3.7 KiB
Diff
125 lines
3.7 KiB
Diff
From 90707200efadc8e230635c7c204c9c272cbc8631 Mon Sep 17 00:00:00 2001
|
|
From: Eneas U de Queiroz <cotequeiroz@gmail.com>
|
|
Date: Tue, 20 Jul 2021 17:01:03 -0300
|
|
Subject: openwrt: add openwrt branding
|
|
|
|
This prepends program name with "OpenWrt-".
|
|
|
|
This was originally commited to openwrt by Jo-Philipp Wich
|
|
<jow@openwrt.org>.
|
|
|
|
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
|
|
|
|
--- a/libltdl/config/general.m4sh
|
|
+++ b/libltdl/config/general.m4sh
|
|
@@ -359,7 +359,7 @@ opt_warning=:
|
|
# name if it has been set yet.
|
|
func_echo ()
|
|
{
|
|
- $ECHO "$progname: ${opt_mode+$opt_mode: }$*"
|
|
+ $ECHO "OpenWrt-$progname: ${opt_mode+$opt_mode: }$*"
|
|
}
|
|
|
|
# func_verbose arg...
|
|
@@ -385,14 +385,14 @@ func_echo_all ()
|
|
# Echo program name prefixed message to standard error.
|
|
func_error ()
|
|
{
|
|
- $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2
|
|
+ $ECHO "OpenWrt-$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2
|
|
}
|
|
|
|
# func_warning arg...
|
|
# Echo program name prefixed warning message to standard error.
|
|
func_warning ()
|
|
{
|
|
- $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2
|
|
+ $opt_warning && $ECHO "OpenWrt-$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2
|
|
|
|
# bash bug again:
|
|
:
|
|
--- a/libltdl/config/ltmain.sh
|
|
+++ b/libltdl/config/ltmain.sh
|
|
@@ -439,7 +439,7 @@ opt_warning=:
|
|
# name if it has been set yet.
|
|
func_echo ()
|
|
{
|
|
- $ECHO "$progname: ${opt_mode+$opt_mode: }$*"
|
|
+ $ECHO "OpenWrt-$progname: ${opt_mode+$opt_mode: }$*"
|
|
}
|
|
|
|
# func_verbose arg...
|
|
@@ -465,14 +465,14 @@ func_echo_all ()
|
|
# Echo program name prefixed message to standard error.
|
|
func_error ()
|
|
{
|
|
- $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2
|
|
+ $ECHO "OpenWrt-$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2
|
|
}
|
|
|
|
# func_warning arg...
|
|
# Echo program name prefixed warning message to standard error.
|
|
func_warning ()
|
|
{
|
|
- $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2
|
|
+ $opt_warning && $ECHO "OpenWrt-$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2
|
|
|
|
# bash bug again:
|
|
:
|
|
--- a/libtoolize.in
|
|
+++ b/libtoolize.in
|
|
@@ -648,7 +648,7 @@ opt_warning=:
|
|
# name if it has been set yet.
|
|
func_echo ()
|
|
{
|
|
- $ECHO "$progname: ${opt_mode+$opt_mode: }$*"
|
|
+ $ECHO "OpenWrt-$progname: ${opt_mode+$opt_mode: }$*"
|
|
}
|
|
|
|
# func_verbose arg...
|
|
@@ -674,14 +674,14 @@ func_echo_all ()
|
|
# Echo program name prefixed message to standard error.
|
|
func_error ()
|
|
{
|
|
- $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2
|
|
+ $ECHO "OpenWrt-$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2
|
|
}
|
|
|
|
# func_warning arg...
|
|
# Echo program name prefixed warning message to standard error.
|
|
func_warning ()
|
|
{
|
|
- $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2
|
|
+ $opt_warning && $ECHO "OpenWrt-$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2
|
|
|
|
# bash bug again:
|
|
:
|
|
--- a/tests/defs.in
|
|
+++ b/tests/defs.in
|
|
@@ -596,7 +596,7 @@ opt_warning=:
|
|
# name if it has been set yet.
|
|
func_echo ()
|
|
{
|
|
- $ECHO "$progname: ${opt_mode+$opt_mode: }$*"
|
|
+ $ECHO "OpenWrt-$progname: ${opt_mode+$opt_mode: }$*"
|
|
}
|
|
|
|
# func_verbose arg...
|
|
@@ -622,14 +622,14 @@ func_echo_all ()
|
|
# Echo program name prefixed message to standard error.
|
|
func_error ()
|
|
{
|
|
- $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2
|
|
+ $ECHO "OpenWrt-$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2
|
|
}
|
|
|
|
# func_warning arg...
|
|
# Echo program name prefixed warning message to standard error.
|
|
func_warning ()
|
|
{
|
|
- $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2
|
|
+ $opt_warning && $ECHO "OpenWrt-$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2
|
|
|
|
# bash bug again:
|
|
:
|