bug-findutils
[Top][All Lists]
Advanced

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

Re: [bug #20128] compilation failure in tree.c (4.3.6) on aix with gcc


From: James Youngman
Subject: Re: [bug #20128] compilation failure in tree.c (4.3.6) on aix with gcc
Date: Thu, 21 Jun 2007 10:22:32 +0100

On 6/21/07, Eric Blake <address@hidden> wrote:
Can't you do something like:

for f in `find $srcdir -name '*.c'`; do
  case `sed -ne '/^#[    ]*include/ {
      p
      q
    }' < $f` in
  config.h);;
  *) echo "check $f for inclusion order problems" ;;
  esac
done

Yes, good idea.   I believe there are other similar checks in
coreutils which we should adopt, too.

James.




reply via email to

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