kiss-repo

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

commit d5671f11df67e723ce6755a5cdb5b7df485d678a
parent 08a896f59cfa9d23193a2ab8ba443a938f419282
Author: aabacchus <ben@bvnf.space>
Date:   Sat, 27 Nov 2021 14:42:10 +0000

chicken: 5.3.0 supports parallel build

always read the changelogs, kids

Diffstat:
Mchicken/build | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chicken/build b/chicken/build @@ -1,6 +1,6 @@ #!/bin/sh -e -export MAKEFLAGS="$MAKEFLAGS -j1" - make PLATFORM=linux PREFIX=/usr + +export MAKEFLAGS="$MAKEFLAGS -j1" make PLATFORM=linux PREFIX=/usr DESTDIR="$1" install