From: Waldemar Kozaczuk <jwkozac...@gmail.com> Committer: Waldemar Kozaczuk <jwkozac...@gmail.com> Branch: master
Xapps/fonts: fix makefile to handle gracefully missing usr.manifest when clean Signed-off-by: Waldemar Kozaczuk <jwkozac...@gmail.com> --- diff --git a/Xapps/Makefile b/Xapps/Makefile --- a/Xapps/Makefile +++ b/Xapps/Makefile @@ -17,4 +17,4 @@ module: echo '/xlogo: $(xlogo_path)' >> usr.manifest clean: - rm usr.manifest + rm -f usr.manifest diff --git a/fonts/Makefile b/fonts/Makefile --- a/fonts/Makefile +++ b/fonts/Makefile @@ -8,4 +8,4 @@ usr.manifest: grep -il liberation /etc/fonts/conf.d/* | awk '{ printf "%s: %s\n", $$0, $$0 }' >> usr.manifest clean: - rm usr.manifest + rm -f usr.manifest -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to osv-dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/osv-dev/000000000000081fe205a57b3605%40google.com.