hbase

heirloom base
git clone git://git.2f30.org/hbase
Log | Files | Refs | README

commit fa3ed3b3c2aad1ad18d3e68258b410289708945a
parent d672d713160ed2c05d1d631d809ba17cb5a806ae
Author: Daniel Bainton <dpb@driftaway.org>
Date:   Wed, 26 Mar 2014 14:54:20 +0000

Update README a bit

Diffstat:
MREADME | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README b/README @@ -2,4 +2,8 @@ hbase is a collection of programs that complements sbase and ubase. It's meant to be a temporary project that will shrink and die once sbase and ubase gets implementations of most of the programs included. hbase mostly contains programs taken from the Heirloom project, but also has other programs, such as -patch taken from FreeBSD/OpenBSD and mk taken from plan9port. +patch taken from FreeBSD and mk taken from plan9port. + +Currently it's only been tested with building against a musl toolchain, +building with glibc will not work without some hacking (probably will work if +linked against libbsd, but hasn't been tested).