lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] odd/multiarch 61b9171 3/7: When eviscerating, also r


From: Greg Chicares
Subject: [lmi-commits] [lmi] odd/multiarch 61b9171 3/7: When eviscerating, also remove the third_party/ subdirectory
Date: Thu, 25 Apr 2019 17:54:21 -0400 (EDT)

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

    When eviscerating, also remove the third_party/ subdirectory
    
    It's regenerated by running 'install_msw.sh', so 'make eviscerate'
    should remove it.
---
 GNUmakefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/GNUmakefile b/GNUmakefile
index abfad4f..1f9d92b 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -362,6 +362,7 @@ raze: source_clean
 
 .PHONY: eviscerate
 eviscerate: source_clean
+       -$(RM) --force --recursive $(prefix)/third_party
        -$(RM) --force --recursive $(prefix)/i686-w64-mingw32
        -$(RM) --force --recursive $(prefix)/x86_64-w64-mingw32
        -$(RM) --force --recursive $(prefix)/x86_64-pc-linux-gnu



reply via email to

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