grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] fix autogen rules


From: Vladimir 'φ-coder/phcoder' Serbinenko
Subject: Re: [PATCH] fix autogen rules
Date: Sun, 20 Jan 2013 23:45:09 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20121122 Icedove/10.0.11

Committed, thanks.
On 20.01.2013 22:35, Andrey Borzenkov wrote:

> diff --git a/ChangeLog b/ChangeLog
> index 3ac8171..5c4bbaf 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,8 @@
> +2013-01-20  Andrey Borzenkov <address@hidden>
> +
> +     * conf/Makefile.common: Fix autogen rules to pass definition
> +     files on stdin; Makefile.util.am needs Makefile.utilgcry.def
> +
>  2013-01-20  Colin Watson  <address@hidden>
>  
>       Remove nested functions from ELF iterators.
> diff --git a/conf/Makefile.common b/conf/Makefile.common
> index 5b9cd92..75c0a5e 100644
> --- a/conf/Makefile.common
> +++ b/conf/Makefile.common
> @@ -169,12 +169,12 @@ $(top_srcdir)/Makefile.tpl: $(top_srcdir)/gentpl.py
>       mv address@hidden $@
>  
>  .PRECIOUS: $(top_srcdir)/Makefile.util.am
> -$(top_srcdir)/Makefile.util.am: $(top_srcdir)/Makefile.util.def 
> $(top_srcdir)/Makefile.tpl
> -     autogen -T $(top_srcdir)/Makefile.tpl $< | sed -e '/^$$/{N;/^\\n$$/D;}' 
> > address@hidden || (rm -f address@hidden; exit 1)
> +$(top_srcdir)/Makefile.util.am: $(top_srcdir)/Makefile.util.def 
> $(top_srcdir)/Makefile.utilgcry.def $(top_srcdir)/Makefile.tpl
> +     cat $(top_srcdir)/Makefile.util.def $(top_srcdir)/Makefile.utilgcry.def 
> | autogen -T $(top_srcdir)/Makefile.tpl | sed -e '/^$$/{N;/^\\n$$/D;}' > 
> address@hidden || (rm -f address@hidden; exit 1)
>       mv address@hidden $@
>  
>  .PRECIOUS: $(top_srcdir)/grub-core/Makefile.core.am
>  $(top_srcdir)/grub-core/Makefile.core.am: 
> $(top_srcdir)/grub-core/Makefile.core.def 
> $(top_srcdir)/grub-core/Makefile.gcry.def $(top_srcdir)/Makefile.tpl
>       if [ "x$$GRUB_CONTRIB" != x ]; then echo "You need to run ./autogen.sh 
> manually." >&2; exit 1; fi
> -     autogen -T $(top_srcdir)/Makefile.tpl 
> $(top_srcdir)/grub-core/Makefile.core.def 
> $(top_srcdir)/grub-core/Makefile.gcry.def | sed -e '/^$$/{N;/^\\n$$/D;}' > 
> address@hidden || (rm -f address@hidden; exit 1)
> +     cat $(top_srcdir)/grub-core/Makefile.core.def 
> $(top_srcdir)/grub-core/Makefile.gcry.def | autogen -T 
> $(top_srcdir)/Makefile.tpl | sed -e '/^$$/{N;/^\\n$$/D;}' > address@hidden || 
> (rm -f address@hidden; exit 1)
>       mv address@hidden $@



-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]