aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2017-10-25 22:18:24 +0200
committerJulien Lepiller <julien@lepiller.eu>2017-11-02 13:07:12 +0100
commita53d9ac0f2d1e051a4794f6936276ab0de69916f (patch)
tree9b33fcb9a138aa25a821f8beb0b63a2709b8e6c4 /README
parent3120836732c3108a94773b0a4f3dc0cdeb734235 (diff)
downloadguix-a53d9ac0f2d1e051a4794f6936276ab0de69916f.tar.gz
guix-a53d9ac0f2d1e051a4794f6936276ab0de69916f.zip
gnu: Add java-lmax-disruptor.
* gnu/packages/java.scm (java-lmax-disruptor): New variable.
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions
b34e67ec3b4450567e9376986f where the .log files of the .sh tests would not contain stderr. * build-aux/test-env.in: Redirect stderr only when --quiet-stderr is passed. * Makefile.am (SCM_LOG_DRIVER): Add --quiet-stderr. Ludovic Courtès 2016-04-15build: Move environment '.in' scripts to 'build-aux' directory....* pre-inst-env.in: Move to ... * build-aux/pre-inst-env.in: ... here. * test-env.in: Move to ... * build-aux/test-env.in: ... here. * configure.ac (AC_CONFIG_FILES): Adapt to this. Keep the generated scripts in their current location which is $(top_builddir). Mathieu Lirzin