pthbs

Packaging Through Hashed Build Scripts
git clone https://ccx.te2000.cz/git/pthbs
Log | Files | Refs | Submodules | README

commit e6fc5b183e3bfe02dd33e7d8cf2bfb0d81541c92
parent 47b98a508f00196a3d3936663a3f563e1b21da8e
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Fri, 22 Sep 2023 03:50:06 +0200

Pass ./build arguments to make

Diffstat:
Mbuild | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build b/build @@ -1,4 +1,4 @@ #!/bin/sh -xe cd "$(dirname "$0")" ./genpkg.py -exec make -rs +exec make -rs "$@"