automake-patches
[Top][All Lists]
Advanced

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

Re: 1.6.1 todo (was: Re: Patch: FYI: PR 304)


From: Raja R Harinath
Subject: Re: 1.6.1 todo (was: Re: Patch: FYI: PR 304)
Date: Mon, 25 Mar 2002 13:54:48 -0600
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu)

Alexandre Duret-Lutz <address@hidden> writes:

>   subdir5    -  XPASS.  I've not looked at this one

This is a spurious XPASS.  Here's a patch to fix it in there:

  Index: tests/subdir5.test
  ===================================================================
  RCS file: /cvs/automake/automake/tests/subdir5.test,v
  retrieving revision 1.2
  diff -u -p -u -r1.2 subdir5.test
  --- subdir5.test        2001/12/26 08:22:06     1.2
  +++ subdir5.test        2002/03/25 19:49:44
  @@ -29,6 +29,11 @@ END

   set -e

  +export ACLOCAL
  +export AUTOCONF
  +export AUTOMAKE
  +export AUTOHEADER
  +
   $ACLOCAL
   $AUTOCONF
   $AUTOMAKE --include-deps --copy --add-missing

Basically, this adds a new SUBDIR to Makefile.am, and checks if a
subsequent $MAKE will build the subdir Makefile.  IIRC, the exports
are needed so that 'missing' doesn't fool the make into succeeding.

- Hari
-- 
Raja R Harinath ------------------------------ address@hidden
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash



reply via email to

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