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.orglaforge has submitted this change. ( 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(-)
Approvals:
laforge: Looks good to me, approved; Verified
Hoernchen: Looks good to me, but someone else must approve
diff --git a/sysmoOCTSIM/gcc/Makefile b/sysmoOCTSIM/gcc/Makefile
index d98277a..c587fdd 100644
--- a/sysmoOCTSIM/gcc/Makefile
+++ b/sysmoOCTSIM/gcc/Makefile
@@ -223,3 +223,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: 2
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Hoernchen <ewild at sysmocom.de>
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/20191113/a120abd0/attachment.htm>