commit 548ad6b
chld
·
2026-08-22 05:09:53 +0000 UTC
parent 94ac2fe
conventional gmake practices for emacs
1 files changed,
+2,
-1
+2,
-1
1@@ -36,7 +36,8 @@ build(){
2 --without-lcms2 \
3 --without-libsystemd
4
5- CFLAGS='-static' LDFLAGS='-static' gmake
6+ gmake PREFIX="$PREFIX" DESTDIR="$PKG" CFLAGS='-static' LDFLAGS='-static' -j"$NPROC" || die "build failed"
7+ gmake DESTDIR="$PKG" install || die "gmake install failed"
8
9 }
10 . ${0%/*}/../../libsh/libdmake.sh