[vlc-devel] commit: Fix compile file to use gmake instead of make for OpenBSD. ( Rémi Duraffort )

Rafaël Carré rafael.carre at gmail.com
Tue Nov 24 18:18:41 CET 2009


On Tue, 24 Nov 2009 17:52:05 +0100 (CET)
git at videolan.org (git version control) wrote:

> vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Tue Nov
> 24 17:50:15 2009 +0100| [81715185e318289c6e2b06474ba1acd54df92a25] |
> committer: Rémi Duraffort 
> 
> Fix compile file to use gmake instead of make for OpenBSD.
> (This is a really tiny fix but I'm used to use compile script).
> 
> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=81715185e318289c6e2b06474ba1acd54df92a25
> ---
> 
>  configure.ac |    6 ++++--
>  1 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index ddea7da..875fc96 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -5323,13 +5323,15 @@ chmod 0755 vlc-config
>  /bin/echo -n "Enabled modules: "
>  ./vlc-config --list plugin
>  
> +dnl Do we have to use make or gmake ?
> +USE_MAKE_OR_GMAKE=`case "${SYS}" in openbsd*) echo "gmake";; *) echo

Why not "MAKE" ?

Perhaps we could use make -f - to test for GNU features

-- 
Rafaël Carré
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20091124/161a809a/attachment.sig>


More information about the vlc-devel mailing list