Change in ...libusrp[master]: firmware/src/usrp2/Makefile.am: fix "distcheck"

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/.

osmith gerrit-no-reply at lists.osmocom.org
Thu Jul 11 07:41:48 UTC 2019


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libusrp/+/14750


Change subject: firmware/src/usrp2/Makefile.am: fix "distcheck"
......................................................................

firmware/src/usrp2/Makefile.am: fix "distcheck"

Properly remove lk files to fix the following error during
"make distcheck".

ERROR: files left in build directory after distclean:
./firmware/src/usrp2/eeprom_boot.lk
./firmware/src/usrp2/std.lk

Change-Id: I5f1b1f5ad72112ba7212800da7f85846bb6e7187
---
M firmware/src/usrp2/Makefile.am
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libusrp refs/changes/50/14750/1

diff --git a/firmware/src/usrp2/Makefile.am b/firmware/src/usrp2/Makefile.am
index 6d44320..52492dc 100644
--- a/firmware/src/usrp2/Makefile.am
+++ b/firmware/src/usrp2/Makefile.am
@@ -146,7 +146,7 @@
 	$(XCC) $(LINKOPTS) -o $@ $(USRP_OBJS)
 
 CLEANFILES = 		\
-	*.ihx *.lnk *.lst *.map *.mem *.rel *.rst *.sym *.asm *.lib	\
+	*.ihx *.lnk *.lst *.map *.mem *.rel *.rst *.sym *.asm *.lib *.lk	\
 	usrp_gpif.c usrp_gpif_inline.h \
 	burn-usrp2-eeprom	\
 	burn-usrp4-eeprom

-- 
To view, visit https://gerrit.osmocom.org/c/libusrp/+/14750
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libusrp
Gerrit-Branch: master
Gerrit-Change-Id: I5f1b1f5ad72112ba7212800da7f85846bb6e7187
Gerrit-Change-Number: 14750
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190711/7208b8b4/attachment.htm>


More information about the gerrit-log mailing list