[vlc-devel] [PATCH 5/7 v2] contrib/bootstrap: Use add_make instead of echo redirect
Marvin Scholz
epirat07 at gmail.com
Wed Jun 5 16:15:51 CEST 2019
---
contrib/bootstrap | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/contrib/bootstrap b/contrib/bootstrap
index fc6fbcfb2b..c2f9adb778 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -390,10 +390,10 @@ esac
#
# Results output
#
-echo TOPSRC = .. >> Makefile
-echo TOPSRC_BUILT = ../.. >> Makefile
-echo TOPDST = .. >> Makefile
-echo include $\(TOPSRC\)/src/main.mak >> Makefile
+add_make "TOPSRC = .."
+add_make "TOPSRC_BUILT = ../.."
+add_make "TOPDST = .."
+add_make 'include $(TOPSRC)/src/main.mak'
echo "Bootstrap completed."
make help
mkdir -p ../../contrib/tarballs || exit $?
--
2.20.1 (Apple Git-117)
More information about the vlc-devel
mailing list