p 1
+ exit_status=1
+ set +e
+ cd /home/abuild/rpmbuild/BUILD/automake-1.16.2
+ test none = tap
+ case $am_explicit_skips in
+ test 1 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
FAIL t/tags-lisp-space.sh (exit status: 1)
--
Andreas Schwab, sch...@linux-m6
ke-1.16/bin/automake-1.16 line 76.
BEGIN failed--compilation aborted at
/home/abuild/rpmbuild/BUILD/automake-1.16/bin/automake-1.16 line 76.
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
Mikulas Patocka writes:
> BTW. on Linux, high precision timestamps have really kernel-tick
> precision, not nanosecond precision.
The precision is as high as what the best hardware timer provides,
independent of the configured value of HZ.
Andreas.
--
Andreas Schwab, SUSE Lab
Eric Blake <[EMAIL PROTECTED]> writes:
> According to Andreas Schwab on 2/19/2008 8:37 AM:
> | Jim Meyering <[EMAIL PROTECTED]> writes:
> |
> |> +# Remove dangling symlinks in gnulib-populated directories.
> |> +# This depends on GNU find, and a relatively recen
ich a symlinked-to file in gnulib/ or gl/ is removed.
> +find -L m4 lib build-aux -depth -lname '*' -delete > /dev/null 2>&1
Why do you need -depth? Also, find 4.1 does not support -L nor -delete.
A more portable predicate is -xtype l.
Andreas.
--
Andreas Schwab, SuSE La