[PATCH] Makefile: add forgotten gsmmap to (dist)clean section

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/baseband-devel@lists.osmocom.org/.

Vadim Yanitskiy axilirator at gmail.com
Thu Jul 7 18:55:34 UTC 2016


---
 src/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/Makefile b/src/Makefile
index a145880..00231a6 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -85,6 +85,7 @@ clean:
 	make -C shared/libosmocore/build-target $@
 	make -C host/layer23 $@
 	make -C host/osmocon $@
+	make -C host/gsmmap $@
 	make -C target/firmware $@
 	make -C target/firmware -f Makefile.mtk $@
 
@@ -92,5 +93,6 @@ distclean:
 	rm -rf shared/libosmocore/build-target
 	make -C host/layer23 $@
 	make -C host/osmocon $@
+	make -C host/gsmmap $@
 # 'firmware' also handles 'mtk-firmware'
 	make -C target/firmware $@
-- 
2.9.0




More information about the baseband-devel mailing list