changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: quicklisp rule tweak

changeset 275: 8314299755f9
parent 274: 7046a8e3e517
child 276: 8f6b1cd443fe
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 16 Jun 2024 20:28:07 -0400
files: .hgsubstate skelfile
description: quicklisp rule tweak
     1.1--- a/.hgsubstate	Sun Jun 16 23:56:05 2024 +0000
     1.2+++ b/.hgsubstate	Sun Jun 16 20:28:07 2024 -0400
     1.3@@ -1,4 +1,4 @@
     1.4 36849cbd95545dc18f5a4a3d07c9055beca38f0b box
     1.5 d5b76348e00ed20d362eb1a4109abd45a784cd7b etc
     1.6 411f423567fcee89ca7f50fbeca938ada70c2cf1 home
     1.7-f2244a1fa02f204ce1eca7be05fee7a36687eb8e pod
     1.8+748865b8b90b31eabb0fc19f404683cf5505d272 pod
     2.1--- a/skelfile	Sun Jun 16 23:56:05 2024 +0000
     2.2+++ b/skelfile	Sun Jun 16 20:28:07 2024 -0400
     2.3@@ -47,8 +47,8 @@
     2.4  (sbcl-gencgc (src) #$cd .stash/src/sbcl &&
     2.5        ./make.sh --dynamic-space-size=8Gb --fancy$#)
     2.6  (sbcl-shared () #$cd .stash/src/sbcl && sh make-shared-library.sh$#)
     2.7- (quicklisp () #$cd .stash && curl -O https://beta.quicklisp.org/quicklisp.lisp$#
     2.8-            #$./scripts/quicklisp-install.sh$#)
     2.9+ (quicklisp () #$cd .stash && curl -O https://beta.quicklisp.org/quicklisp.lisp
    2.10+            ./scripts/quicklisp-install.sh$#)
    2.11  (stumpwm (src) #$./scripts/get-stumpwm.sh$#
    2.12           #$cd .stash/src/stumpwm && ./autogen.sh && ./configure && make$#)
    2.13  (nyxt (src) #$./scripts/get-nyxt.sh$#