[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: automake-1.4-p2 distclean target bug
From: |
Gary V . Vaughan |
Subject: |
Re: automake-1.4-p2 distclean target bug |
Date: |
Sun, 15 Jul 2001 17:06:39 +0100 |
Salut Bruno,
On Thursday 14 June 2001 4:11 pm, Bruno Haible wrote:
> Then Makefile.in will contain in line 235:
>
> test "$$subdir" = "." && dot_seen=yes; \
>
> On FreeBSD with /bin/sh this leads to a failure. Apparently the return
> status 1 of this command lets sh break out of the loop, and "make
> distclean" fails.
>
> A fix that works for me is to rewrite that line to
>
> test "$$subdir" != "." || dot_seen=yes; \
Applied to branch-1-4. Thankyou.
Cheers,
Gary.
--
())_. Gary V. Vaughan gary@(oranda.demon.co.uk|gnu.org
( '/ Research Scientist http://www.oranda.demon.co.uk ,_())____
/ )= GNU Hacker http://www.gnu.org/software/libtool \' `&
`(_~)_ Tech' Author http://sources.redhat.com/autobook =`---d__/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: automake-1.4-p2 distclean target bug,
Gary V . Vaughan <=