From 03547bf9e8b4ae4182321827ace1eca54387c95e Mon Sep 17 00:00:00 2001 From: nitori Date: Mon, 1 Jan 2024 21:09:37 +0000 Subject: [PATCH] *: make -> gmake split from patch provided by emma --- core/bison/build | 6 +++--- core/git/build | 4 ++-- extra/python/build | 4 ++-- extra/python/depends | 1 + 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/core/bison/build b/core/bison/build index 4e807e29..80fda47d 100755 --- a/core/bison/build +++ b/core/bison/build @@ -1,13 +1,13 @@ #!/bin/sh -e -./configure \ +MAKE=gmake ./configure \ --prefix=/usr \ --disable-nls \ --without-libtextstyle-prefix -make +gmake -make DESTDIR="$1" \ +gmake DESTDIR="$1" \ install-libLIBRARIES \ install-binPROGRAMS \ install-nodist_binSCRIPTS \ diff --git a/core/git/build b/core/git/build index 7e948520..6168c517 100755 --- a/core/git/build +++ b/core/git/build @@ -23,7 +23,7 @@ EOF ac_cv_snprintf_returns_bogus=no \ ac_cv_fread_reads_directories=yes -make LIBS="$(curl-config --static-libs) libgit.a reftable/libreftable.a xdiff/lib.a -lz" -make DESTDIR="$1" install +gmake LIBS="$(curl-config --static-libs) libgit.a reftable/libreftable.a xdiff/lib.a -lz" +gmake DESTDIR="$1" install cp -Rf man "$1/usr/share/man" diff --git a/extra/python/build b/extra/python/build index 09ceaf97..3be93b2f 100755 --- a/extra/python/build +++ b/extra/python/build @@ -22,8 +22,8 @@ done --with-system-ffi \ --with-ensurepip=yes -make EXTRA_CFLAGS="$CFLAGS -DTHREAD_STACK_SIZE=0x100000" -make DESTDIR="$1" install +gmake EXTRA_CFLAGS="$CFLAGS -DTHREAD_STACK_SIZE=0x100000" +gmake DESTDIR="$1" install ln -s python3 "$1/usr/bin/python" ln -s pip3 "$1/usr/bin/pip" diff --git a/extra/python/depends b/extra/python/depends index 82849f0a..886c4cab 100644 --- a/extra/python/depends +++ b/extra/python/depends @@ -1,5 +1,6 @@ bzip2 expat +gmake libffi openssl sqlite