changeset 798:11e3bed89e35

Use verbosity flag in accordance to changes in mkloc.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 12 Jul 2009 02:27:59 +0000
parents b1846f1b4ff2
children 60b5d86aabd6
files maps/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/maps/Makefile	Sun Jul 12 02:27:33 2009 +0000
+++ b/maps/Makefile	Sun Jul 12 02:27:59 2009 +0000
@@ -55,7 +55,7 @@
 		$(PATCHMAP_BIN) $< $@ -o $<; \
 	fi
 	@echo UPDATING LOCATIONS ...
-	@$(MKLOC_BIN) -m $(patsubst %.map,%.new,$<) -l $(patsubst %.map,%.loc,$<) -L -g -o $(patsubst %.map,%.nloc,$<)
+	@$(MKLOC_BIN) -v -m $(patsubst %.map,%.new,$<) -l $(patsubst %.map,%.loc,$<) -L -g -o $(patsubst %.map,%.nloc,$<)
 	@diff -ubB $(patsubst %.map,%.loc,$<) $(patsubst %.map,%.nloc,$<) | patch
 
 cleardiff: