lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master ee23febb 8/8: Raze clang as gcc is razed


From: Greg Chicares
Subject: [lmi-commits] [lmi] master ee23febb 8/8: Raze clang as gcc is razed
Date: Fri, 24 Jun 2022 19:56:25 -0400 (EDT)

branch: master
commit ee23febbac1481f475515e7466b8309a8f6e1194
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Raze clang as gcc is razed
    
    Incidentally refactored 'eviscerate' to avoid duplication, and wrote
    build directories in the order used in 'set_toolchain.sh'.
---
 GNUmakefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/GNUmakefile b/GNUmakefile
index 690ab33e..6e99ed13 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -400,17 +400,16 @@ clobber: source_clean
 
 .PHONY: raze
 raze: source_clean
-       -$(RM) --force --recursive $(prefix)/gcc_x86_64-w64-mingw32
        -$(RM) --force --recursive $(prefix)/gcc_x86_64-pc-linux-gnu
+       -$(RM) --force --recursive $(prefix)/clang_x86_64-pc-linux-gnu
+       -$(RM) --force --recursive $(prefix)/gcc_x86_64-w64-mingw32
 
 .PHONY: eviscerate
-eviscerate: source_clean
+eviscerate: source_clean raze
        -$(RM) --force --recursive $(prefix)/bin
        -$(RM) --force --recursive $(prefix)/local
        -$(RM) --force --recursive $(prefix)/third_party
        -$(RM) --force --recursive $(prefix)/zzz
-       -$(RM) --force --recursive $(prefix)/gcc_x86_64-w64-mingw32
-       -$(RM) --force --recursive $(prefix)/gcc_x86_64-pc-linux-gnu
 
 # A simple '$(RM) --force --recursive $(bindir)' would remove the
 # directory as well as its contents. However, if $(bindir) is the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]