tools: ensure a locale in makefile again (eg for cron)
This commit is contained in:
		
							parent
							
								
									c5d6f3308f
								
							
						
					
					
						commit
						4b2c448a00
					
				
							
								
								
									
										6
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Makefile
									
									
									
									
									
								
							| @ -44,9 +44,9 @@ help2: \ | |||||||
| ###############################################################################
 | ###############################################################################
 | ||||||
| # VARS
 | # VARS
 | ||||||
| 
 | 
 | ||||||
| # # GHC-compiled executables require a locale (and not just C) or they
 | # GHC-compiled executables require a locale (and not just C) or they
 | ||||||
| # # will die on encountering non-ascii data. Set LANG to something if not already set.
 | # will die on encountering non-ascii data. Set LANG to something if not already set.
 | ||||||
| # export LANG?=en_US.UTF-8
 | export LANG?=en_US.UTF-8 | ||||||
| 
 | 
 | ||||||
| # # command to run during "make prof" and "make heap"
 | # # command to run during "make prof" and "make heap"
 | ||||||
| # PROFCMD=bin/hledger-prof balance -f data/1000x1000x10.journal >/dev/null
 | # PROFCMD=bin/hledger-prof balance -f data/1000x1000x10.journal >/dev/null
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user