Change in osmo-ccid-firmware[master]: Makefile: Add 'make mrproper' for removing all bin/elf/etc output files

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
Tue Nov 12 21:20:08 UTC 2019


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/16057 )


Change subject: Makefile: Add 'make mrproper' for removing all bin/elf/etc output files
......................................................................

Makefile: Add 'make mrproper' for removing all bin/elf/etc output files

Change-Id: I01e4b3f0224977fd38ed126f37f33ac9324f5abc
---
M sysmoOCTSIM/gcc/Makefile
1 file changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware refs/changes/57/16057/1

diff --git a/sysmoOCTSIM/gcc/Makefile b/sysmoOCTSIM/gcc/Makefile
index 4a03a3a..79ecc50 100644
--- a/sysmoOCTSIM/gcc/Makefile
+++ b/sysmoOCTSIM/gcc/Makefile
@@ -234,3 +234,6 @@
 	rm -f $(OUTPUT_FILE_NAME).a $(OUTPUT_FILE_NAME).hex $(OUTPUT_FILE_NAME).bin \
         $(OUTPUT_FILE_NAME).lss $(OUTPUT_FILE_NAME).eep $(OUTPUT_FILE_NAME).map \
         $(OUTPUT_FILE_NAME).srec
+
+mrproper: clean
+	rm -f *.o *.d *.a *.elf *.bin *.ihex *.eep *.lss *.map *.srec

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/16057
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: I01e4b3f0224977fd38ed126f37f33ac9324f5abc
Gerrit-Change-Number: 16057
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191112/94eb17ea/attachment.htm>


More information about the gerrit-log mailing list