[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sbcl-commits
Subject:    [Sbcl-commits] master: Remove some macOS artifacts in clean.sh
From:       snuglas via Sbcl-commits <sbcl-commits () lists ! sourceforge ! net>
Date:       2023-04-24 17:14:01
Message-ID: 1682356442.395609.11610 () sfp-scm-2 ! v30 ! lw ! sourceforge ! com
[Download RAW message or body]

The branch "master" has been updated in SBCL:
       via  55fb3e8bae84e67f309ef6974b4a88fc08bf2860 (commit)
      from  562a1a329ae9d23c10e6295a9331da20365c9ebb (commit)

- Log -----------------------------------------------------------------
commit 55fb3e8bae84e67f309ef6974b4a88fc08bf2860
Author: Douglas Katzman <dougk@google.com>
Date:   Mon Apr 24 13:10:14 2023 -0400

    Remove some macOS artifacts in clean.sh
---
 clean.sh                 | 2 +-
 tools-for-build/Makefile | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/clean.sh b/clean.sh
index 58be5e7b8..3b1f51d32 100755
--- a/clean.sh
+++ b/clean.sh
@@ -8,7 +8,7 @@ set -e
 # The supposed explanation definitely no longer holds - there is no "src/c-runtime/sbcl.h"
 # as a symlink into "output/". The sbcl.h file is a plain file, and it's been that way
 # for quite some time.
-rm -rf obj/* output/* src/runtime/genesis/ src/runtime/sbcl.mk
+rm -rf obj/* output/* src/runtime/genesis/ src/runtime/sbcl.mk src/runtime/*.dSYM
 
 # Ensure that we know GNUMAKE.
 . ./find-gnumake.sh
diff --git a/tools-for-build/Makefile b/tools-for-build/Makefile
index 67eee8f46..5ad6e53ed 100644
--- a/tools-for-build/Makefile
+++ b/tools-for-build/Makefile
@@ -20,3 +20,4 @@ all: grovel-headers determine-endianness where-is-mcontext mmap-rwx avx2
 clean:
 	rm -f *.o grovel-headers determine-endianness where-is-mcontext mmap-rwx avx2
 	rm -f *.exe
+	rm -fr *.dSYM

-----------------------------------------------------------------------


hooks/post-receive
-- 
SBCL


_______________________________________________
Sbcl-commits mailing list
Sbcl-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sbcl-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic