[libdvdnav-devel] [PATCH] build: Allow building outside git tree
Jean-Baptiste Kempf
jb at videolan.org
Tue Aug 26 02:44:45 CEST 2014
John,
I don't think you need approval for application of your patches :)
Le 22/08/2014 10:51, John Stebbins a écrit :
> Fixes failure to build if ChangeLog does not exist
> ---
> Makefile.am | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile.am b/Makefile.am
> index e51764c..57ca371 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -8,7 +8,7 @@ MAINTAINERCLEANFILES = ChangeLog
>
> ChangeLog: $(wildcard $(srcdir)/.git/logs/HEAD)
> -cd $(srcdir) && git log > $(abs_builddir)/$(@)-tmp
> - test -s $(@)-tmp && mv $(@)-tmp $(@)
> + -test -s $(@)-tmp && mv $(@)-tmp $(@)
> -rm -f $(@)-tmp
> test -e $(@) || touch $(@)
>
>
--
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device
More information about the libdvdnav-devel
mailing list