automake-ng
[Top][All Lists]
Advanced

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

Re: [Automake-NG] [PATCH] [ng] build: use more GNU make features in our


From: Stefano Lattarini
Subject: Re: [Automake-NG] [PATCH] [ng] build: use more GNU make features in our Makefile.am
Date: Sat, 26 May 2012 01:36:28 +0200

And consider this squashed in:

  diff --git a/Makefile.am b/Makefile.am
  index 2e945ed..505b27e 100644
  --- a/Makefile.am
  +++ b/Makefile.am
  @@ -32,7 +32,7 @@ EXTRA_DIST =
   # expansion is sufficient.  We use a funny notation here to avoid
   # configure substitutions in our text.
   do_subst = ( sed $(strip \
  -  $(foreach x, data am bindir doc pkgvdata script automake_ac system_ac, \
  +  $(foreach x, data am bin doc pkgvdata script automake_ac system_ac, \
                 -e 's,@$(x)dir@,$($(x)dir),g')) \
     -e "s,address@hidden@,Generated from $(<F) do not edit by hand.,g" \
  ## Hack to avoid a spurious substitution in the Automake script (part 1).

Caught by failing "make installcheck".

Thanks, and sorry for the noise,
  Stefano



reply via email to

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