changeset 9:198192d7cd96

fix make logic Ignore-this: 339a5f9e277d387e047a58703af879c1
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 19 Feb 2018 09:58:56 +0000
parents 29feb5a4b38b
children 85873cde659b
files makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/makefile	Mon Feb 19 09:52:15 2018 +0000
+++ b/makefile	Mon Feb 19 09:58:56 2018 +0000
@@ -1,5 +1,5 @@
 release:
-	darcs wh && { echo "\n^^ record these changes first"; exit 1; }
+	darcs wh && { echo "\n^^ record these changes first"; exit 1; } || true
 	env/bin/python -m incremental.update rdfdb --dev
 	$(eval VER:=$(shell env/bin/python -c 'import rdfdb; print(rdfdb.__version__.short())'))
 	darcs rec --all --name "version $(VER)" .