emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/swsw 2e4ca2b354 091/146: ; Don't specify -r when issuing r


From: ELPA Syncer
Subject: [nongnu] elpa/swsw 2e4ca2b354 091/146: ; Don't specify -r when issuing rm in the Makefile's clean target
Date: Wed, 25 May 2022 02:59:50 -0400 (EDT)

branch: elpa/swsw
commit 2e4ca2b354a41c98d24552c99841c42917fcba45
Author: Daniel Semyonov <cmstr@dsemy.com>
Commit: Daniel Semyonov <cmstr@dsemy.com>

    ; Don't specify -r when issuing rm in the Makefile's clean target
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1d80387bf4..79bfdaa7b7 100644
--- a/Makefile
+++ b/Makefile
@@ -29,4 +29,4 @@ $(PKG)-$(VERSION).tar: $(PKG).info dir *.el LICENSE
 package: $(PKG)-$(VERSION).tar
 
 clean:
-       rm -rf $(PKG).info dir $(PKG)-$(VERSION).tar
+       rm -f $(PKG).info dir $(PKG)-$(VERSION).tar



reply via email to

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