lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 4e41753 10/10: Don't eviscerate $(bindir)


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 4e41753 10/10: Don't eviscerate $(bindir)
Date: Tue, 30 Apr 2019 22:17:57 -0400 (EDT)

branch: master
commit 4e41753510cf13ddd56e07e18735060744a7b4e9
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Don't eviscerate $(bindir)
    
    'tabs/5/startup_script' assumes that it's safe to
      cd /opt/lmi/bin
    when opening a terminal, and stay there in order to run programs
    contained in that directory. Removing that directory in another
    terminal causes...consequences. If it is used to store output files
    in order to mimic the end-user experience, then those files should
    not automatically be erased by any makefile target.
---
 GNUmakefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index 49e9b78..0c517c7 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -367,7 +367,6 @@ raze: source_clean
 
 .PHONY: eviscerate
 eviscerate: source_clean
-       -$(RM) --force --recursive $(bindir)
        -$(RM) --force --recursive $(prefix)/third_party
        -$(RM) --force --recursive $(prefix)/gcc_i686-w64-mingw32
        -$(RM) --force --recursive $(prefix)/gcc_x86_64-w64-mingw32



reply via email to

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