changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: tweaks

changeset 296: 310cc699f766
parent 295: 61f88f16e0f1
child 297: 06131ebff5cd
author: Richard Westhaver <ellis@rwest.io>
date: Wed, 19 Jun 2024 23:17:28 +0000
files: autogen.lisp skelfile
description: tweaks
     1.1--- a/autogen.lisp	Wed Jun 19 22:38:17 2024 +0000
     1.2+++ b/autogen.lisp	Wed Jun 19 23:17:28 2024 +0000
     1.3@@ -276,7 +276,7 @@
     1.4           do (format t "  ~A = ~A~%" k (or v ""))))
     1.5   ;; process all features
     1.6   (let ((features (getprofile :features)))
     1.7-    (when (member :all features) (setf features *all-features*))
     1.8+    (when (member :all features) (setq features *all-features*))
     1.9     (when (member :default features) (make-default))
    1.10     (std/thread:wait-for-threads
    1.11      (std:flatten
     2.1--- a/skelfile	Wed Jun 19 22:38:17 2024 +0000
     2.2+++ b/skelfile	Wed Jun 19 23:17:28 2024 +0000
     2.3@@ -53,8 +53,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$#