fix 'make clean': shell glob, ignore failure

Unfortunately a glob like osmo-x__*.{svg,png} doesn't work, so have the
suffixes in separate globs.

Add dashes to indicate that failure should be ignored.

Change-Id: I6bc4d9ea72b43a573acbc860c23397f748de2c7b
This commit is contained in:
Neels Hofmeyr 2016-10-17 06:47:22 +02:00
parent d0f60df769
commit 7f7ca91a04
1 changed files with 4 additions and 2 deletions

View File

@ -23,8 +23,10 @@ include $(TOPDIR)/build/Makefile.inc
osmobsc-usermanual.pdf: chapters/*.adoc
clean:
rm -rf $(cleanfiles)
rm -rf osmobsc-usermanual__*.{svg,png,check}
-rm -rf $(cleanfiles)
-rm osmobsc-usermanual__*.png
-rm osmobsc-usermanual__*.svg
-rm osmobsc-usermanual*.check
gen-bsc-vty-docbook: FORCE
$(call command,xsltproc -o generated/combined1.xml \