lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] odd/multiarch 3b7638d 12/16: Add a more radical alte


From: Greg Chicares
Subject: [lmi-commits] [lmi] odd/multiarch 3b7638d 12/16: Add a more radical alternative to 'clobber'
Date: Wed, 10 Apr 2019 22:15:09 -0400 (EDT)

branch: odd/multiarch
commit 3b7638d67d5bc712276ea1b49e69b7fc49e4392e
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Add a more radical alternative to 'clobber'
---
 GNUmakefile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/GNUmakefile b/GNUmakefile
index 5ddf627..c7a8798 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -376,6 +376,12 @@ clobber: source_clean
        -$(RM) --force --recursive $(prefix)/x86_64-w64-mingw32/build
        -$(RM) --force --recursive $(prefix)/x86_64-pc-linux-gnu/build
 
+.PHONY: raze
+raze: clobber
+       -$(RM) --force --recursive $(prefix)/i686-w64-mingw32
+       -$(RM) --force --recursive $(prefix)/x86_64-w64-mingw32
+       -$(RM) --force --recursive $(prefix)/x86_64-pc-linux-gnu
+
 
################################################################################
 
 # Custom tools built from source.



reply via email to

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