vlc/vlc-3.0 | branch: master | Steve Lhomme <[email protected]> | Tue May 21 11:40:58 2019 +0200| [65e5ba079b70746b793bd43863697c35f4d0f768] | committer: Steve Lhomme
contrib: build above the target directory This is how it was done before 282c1827126668442ece5819ac91de4755876b04 (cherry picked from commit 7f1c49355128af0549388d56bbe8f858df74b774) Signed-off-by: Steve Lhomme <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=65e5ba079b70746b793bd43863697c35f4d0f768 --- contrib/bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/bootstrap b/contrib/bootstrap index 8d9e983c1c..ce1f7d2d96 100755 --- a/contrib/bootstrap +++ b/contrib/bootstrap @@ -406,8 +406,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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
