2006-10-14 Jim Meyering <[EMAIL PROTECTED]>
Work also when the working directory (with e.g. coreutils sources)
is version controlled with git, rather than CVS.
* bootstrap (CVS_only_file): Test for the existence of README-cvs,
rather than CVS.
In messages
"make syntax-check" vs. a git-based working directory didn't do much.
Here's the fix:
2006-10-14 Jim Meyering <[EMAIL PROTECTED]>
* vc-list-files: Don't filter git-ls-files output through cut.
Index: vc-list-files
===
RCS
FYI, I've removed some obsolete rules from Makefile.maint:
[ChangeLog]
* Makefile.cfg: Remove cruft that's now handled via bootstrap.
* Makefile.maint: Likewise, remove these targets/rules/variables:
(local_updates, update, cvs-update, wget_files, get-targets): Remove.
(cvs_files, wget-update, aut
I wrote:
> Fundamentally the problem is that sha512 assumes a 64-bit unsigned
> integer type, and you don't have one. I guess the best way to fix
> this is to change coreutils to not build sha512 on hosts that don't
> have uint64_t.
I started to implement that, but it was such a configuration ha
Have you had a chance to look into the problems with long long shifts
on NSK(OSS)? What happens if you compile and run the following program?
/*
* Bestimmung einiger Maschinen-Parameter und -Abhängigkeiten
* und Ausgabe in ein Include-File
* Bruno Haible 10.9.1991, 12.10.1992, 6.12.1992, 24.10
Perry Smith <[EMAIL PROTECTED]> writes:
> I have AIX 5.3 with 5.3.0.50 updates and I'm compiling with gcc
> 4.0.2. One interesting note is I created the gcc when my system was
> at 5.3.0.10. The upgrade may have affected it.
>
> After ./configure, I type make and get the following error (trimmed