commit: 58979993bf7d17a5544b43837386cac5bc0d187a
parent 391344784c4f5312114fdbb20d272aaca56f371f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 24 May 2024 02:24:54 +0200
bootstrap-make.sh: switch to pdpmake
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/bootstrap-make.sh b/bootstrap-make.sh
@@ -8,10 +8,10 @@ cd ./$P
export LD="tcc"
./configure --prefix=/usr --disable-nls --disable-dependency-tracking
-bmake clean
+pdpmake clean
# ARFLAGS as otherwise it passes -o which is invalid
-bmake ARFLAGS='-r'
-bmake install INSTALL=install
+pdpmake ARFLAGS='-r'
+pdpmake install INSTALL=install
cd ..
rm -r ./$P /${P}.tar