changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: tweak

changeset 320: 9422a14d72fd
parent 319: 0b1ece913879
child 321: 85c8d7027fb8
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 07 Jul 2024 21:07:07 -0400
files: scripts/build-emacs-mini.sh
description: tweak
     1.1--- a/scripts/build-emacs-mini.sh	Sun Jul 07 20:53:05 2024 -0400
     1.2+++ b/scripts/build-emacs-mini.sh	Sun Jul 07 21:07:07 2024 -0400
     1.3@@ -1,7 +1,7 @@
     1.4 #!/bin/sh
     1.5 CPUS=$(getconf _NPROCESSORS_ONLN)
     1.6 TARGETDIR="${1:-.stash/src/emacs}"
     1.7-cd $TARGETDIR && \
     1.8+cd $TARGETDIR && ./autogen.sh && \
     1.9 ./configure --without-all --with-x-toolkit=no --without-x --enable-link-time-optimization \
    1.10             --with-json=ifavailable --with-gif=ifavailable --with-modules --with-gnutls=ifavailable \
    1.11             --prefix=/usr/local && \