Change in ...osmo-ccid-firmware[master]: ccid_host/Makefile: Ensure 'make clean' succeeds (rm -f)

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Oct 9 13:31:34 UTC 2019


laforge has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/15721 )

Change subject: ccid_host/Makefile: Ensure 'make clean' succeeds (rm -f)
......................................................................

ccid_host/Makefile: Ensure 'make clean' succeeds (rm -f)

Change-Id: Ie4e1fa64b707d86a20582b1b88612e5d268db558
---
M ccid_host/Makefile
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/ccid_host/Makefile b/ccid_host/Makefile
index b68bd9d..53ee932 100644
--- a/ccid_host/Makefile
+++ b/ccid_host/Makefile
@@ -13,4 +13,4 @@
 	$(CC) $(CFLAGS) -o $@ -c $^
 
 clean:
-	rm ccid_functionfs hub_functionfs *.o
+	rm -f ccid_functionfs hub_functionfs *.o

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/15721
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-Change-Id: Ie4e1fa64b707d86a20582b1b88612e5d268db558
Gerrit-Change-Number: 15721
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191009/6cf945f7/attachment.htm>


More information about the gerrit-log mailing list