Respect verbosity setting when building htm
This commit is contained in:
		
							parent
							
								
									007f49c39f
								
							
						
					
					
						commit
						a466369356
					
				
					 1 changed files with 6 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1,10 +1,13 @@
 | 
			
		|||
MDTOOL_OPTS = --verbose
 | 
			
		||||
 | 
			
		||||
theme_SCRIPTS = thememan.exe thememan
 | 
			
		||||
themedir = $(bindir)
 | 
			
		||||
 | 
			
		||||
mdtool_verbose = $(mdtool_verbose_$(V))
 | 
			
		||||
mdtool_verbose_ = $(mdtool_verbose_$(AM_DEFAULT_VERBOSITY))
 | 
			
		||||
mdtool_verbose_0 = @echo "  MDTOOL  " $@; $(MDTOOL) build $< > /dev/null;
 | 
			
		||||
mdtool_verbose_1 = $(MDTOOL) --verbose build $<;
 | 
			
		||||
 | 
			
		||||
thememan.exe: htm-mono.csproj
 | 
			
		||||
	$(MDTOOL) $(MDTOOL_OPTS) build $<
 | 
			
		||||
	$(mdtool_verbose)
 | 
			
		||||
 | 
			
		||||
clean-local:
 | 
			
		||||
	rm -f thememan.exe thememan.exe.config thememan.exe.mdb thememan Main.resources
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue