[vlc-commits] contrib: build above the target directory
Steve Lhomme
git at videolan.org
Tue May 21 14:14:52 CEST 2019
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue May 21 11:40:58 2019 +0200| [7f1c49355128af0549388d56bbe8f858df74b774] | committer: Steve Lhomme
contrib: build above the target directory
This is how it was done before 282c1827126668442ece5819ac91de4755876b04
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7f1c49355128af0549388d56bbe8f858df74b774
---
contrib/bootstrap | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/bootstrap b/contrib/bootstrap
index cf9fd1d85d..6a9d7e077f 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -382,8 +382,8 @@ esac
# Results output
#
echo TOPSRC = .. >> Makefile
-echo TOPSRC_BUILT = .. >> Makefile
-echo TOPDST = . >> Makefile
+echo TOPSRC_BUILT = ../.. >> Makefile
+echo TOPDST = .. >> Makefile
echo include $\(TOPSRC\)/src/main.mak >> Makefile
echo "Bootstrap completed."
make help
More information about the vlc-commits
mailing list