lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 8b0a768 14/16: Invoke 'rm' without '--force'


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 8b0a768 14/16: Invoke 'rm' without '--force'
Date: Sat, 18 May 2019 20:53:37 -0400 (EDT)

branch: master
commit 8b0a76860380c79fe073f82aee6b1bad3ca9a4d4
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Invoke 'rm' without '--force'
    
    The historical reason for using '--force' seems no longer to exist.
---
 gwc/parent.make | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gwc/parent.make b/gwc/parent.make
index 6a3cf83..8186415 100644
--- a/gwc/parent.make
+++ b/gwc/parent.make
@@ -18,8 +18,7 @@ export LMI_ENV_FILE := env_$(shell date -u +'%s_%N').eraseme
 parent.make:: source_env_vars ;
        $(eval include $(LMI_ENV_FILE))
        @echo "'$$LMI_IN' --> '$$LMI_OUT1', '$$LMI_OUT2' : eval in 
'parent.make'"
-# '--force': the file won't be there when this makefile is remade
-       rm --force $(LMI_ENV_FILE)
+       rm $(LMI_ENV_FILE)
 
 .PHONY: source_env_vars
 source_env_vars:



reply via email to

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