kiss-repo

personal package repository
git clone git://bvnf.space/kiss-repo.git
Log | Files | Refs | README | LICENSE

commit 9848010a9dec32f83f91ae27a848c57cbff2bb67
parent 826e2f255fa3107379c4bbefc26393796266bb55
Author: aabacchus <ben@bvnf.space>
Date:   Tue,  3 May 2022 14:17:53 +0100

bmake: 20220418

Diffstat:
Mbmake/build | 6++----
Mbmake/checksums | 2+-
Mbmake/manifest | 1+
Mbmake/sources | 2+-
Mbmake/version | 2+-
5 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/bmake/build b/bmake/build @@ -1,7 +1,5 @@ #!/bin/sh -e -cd bmake - sed -i 's/build) op_test/build) /' boot-strap sed -i '/op_test$/d' boot-strap @@ -22,8 +20,8 @@ INSTALL=install \ chmod 755 "$1/usr/bin/bmake" rm -rf "$1/usr/share/man/cat1" -mkdir -p "$1/usr/share/man/man1/" +mkdir -p "$1/usr/share/man/man1/" "$1/usr/share/licenses/bmake/" + cp bmake.1 "$1/usr/share/man/man1/bmake.1" ln -s bmake "$1/usr/bin/make" -mkdir -p "$1/usr/share/licenses/bmake/" cp LICENSE "$1/usr/share/licenses/bmake/bmake.license" diff --git a/bmake/checksums b/bmake/checksums @@ -1 +1 @@ -793754b93fec97a0cf6cade0b0ad597bb7ea5057fd24311d4a562432df3e91cb +6ea7de515cba74f173dc14ee17b1488ae032582028d2e86ea12f70369cc896f5 diff --git a/bmake/manifest b/bmake/manifest @@ -40,6 +40,7 @@ /usr/share/mk/progs.mk /usr/share/mk/prog.mk /usr/share/mk/prlist.mk +/usr/share/mk/posix.mk /usr/share/mk/own.mk /usr/share/mk/options.mk /usr/share/mk/obj.mk diff --git a/bmake/sources b/bmake/sources @@ -1 +1 @@ -https://crufty.net/ftp/pub/sjg/bmake-20220303.tar.gz bmake/ +https://crufty.net/ftp/pub/sjg/bmake-20220418.tar.gz diff --git a/bmake/version b/bmake/version @@ -1 +1 @@ -20220303 1 +20220418 1