File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2026-07-16 Mats Lidell <matsl@gnu.org>
2+
3+ * Makefile (docker-clean): Fix remove command for docker volumes.
4+
152026-07-16 Bob Weiner <rsw@gnu.org>
26
37* hsys-www.el (link-to-url): Explicitly duplicate `www-url' defact, for now.
Original file line number Diff line number Diff line change 33# Author: Bob Weiner
44#
55# Orig-Date: 15-Jun-94 at 03:42:38
6- # Last-Mod: 15 -Jul-26 at 21:34:14 by Bob Weiner
6+ # Last-Mod: 16 -Jul-26 at 23:26:56 by Mats Lidell
77#
88# Copyright (C) 1994-2026 Free Software Foundation, Inc.
99# See the file HY-COPY for license information.
@@ -707,7 +707,7 @@ run-bash:
707707
708708.PHONY : docker-clean
709709docker-clean :
710- docker rm elpa-local
710+ docker volume rm elpa-local || true
711711
712712# Run with coverage. Run tests given by testspec and monitor the
713713# coverage for the specified file.
You can’t perform that action at this time.
0 commit comments