Drop build time dependency on the static executables. --- a/src/Makefile.in 2018-11-25 20:27:10.691508925 +0100 +++ b/src/Makefile.in 2018-11-25 20:27:43.565631413 +0100 @@ -34,8 +34,7 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ -bin_PROGRAMS = rjungle$(EXEEXT) rjungle_static$(EXEEXT) \ - rjunglesparse$(EXEEXT) rjunglesparse_static$(EXEEXT) +bin_PROGRAMS = rjungle$(EXEEXT) rjunglesparse$(EXEEXT) subdir = src DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ass='form'>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/cpio.scm
AgeCommit message (Collapse)Author
2022-12-20cpio: Skip test on inode numbers that don't fit on 32 bits.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/60202>. Reported by Christopher Baines <mail@cbaines.net>. * tests/cpio.scm (%test-file): New variable. ("file->cpio-header + write-cpio-header + read-cpio-header"): Use it. Skip test when the inode number of %TEST-FILE is too big.