History log of /netbsd-src/lib/librumpuser/build-aux/install-sh (Results 1 – 3 of 3)
Revision Date Author Comments
# 57f11163 19-Oct-2016 maya <maya@NetBSD.org>

Revert previous. it shouldn't have an effect.
$$ should make it sufficiently unique.


# ae394a63 17-Oct-2016 maya <maya@NetBSD.org>

use mktemp instead of $RANDOM for tmpdir

..$RANDOM won't work with our /bin/sh.

unsure if this script is used, but it is wrong.
might help the spurious build failures that occasionally
show up on a

use mktemp instead of $RANDOM for tmpdir

..$RANDOM won't work with our /bin/sh.

unsure if this script is used, but it is wrong.
might help the spurious build failures that occasionally
show up on autobuilds.

show more ...


# 23dfcd74 04-Nov-2014 pooka <pooka@NetBSD.org>

Use autoconf for rump kernel posix hypercall layer.

This gets rid of homegrown hacks and puts all probes in one place.

Tested for NetBSD (build.sh + anita) and Linux (buildrump.sh)