mirror of https://git.ffmpeg.org/ffmpeg.git
Merge remote-tracking branch 'qatar/master'
* qatar/master: configure: Don't use symlinks for creating the out of tree makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
b31587af4b
|
@ -4761,7 +4761,7 @@ echo "License: $license"
|
|||
|
||||
echo "Creating config.mak, config.h, and doc/config.texi..."
|
||||
|
||||
test -e Makefile || $ln_s "$source_path/Makefile" .
|
||||
test -e Makefile || echo "include $source_path/Makefile" > Makefile
|
||||
|
||||
enabled stripping || strip="echo skipping strip"
|
||||
|
||||
|
|
Loading…
Reference in New Issue