tools: set LANG only if not already set, document better
This commit is contained in:
		
							parent
							
								
									73d4c86002
								
							
						
					
					
						commit
						9b83a411b9
					
				
							
								
								
									
										5
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								Makefile
									
									
									
									
									
								
							| @ -1,7 +1,8 @@ | |||||||
| # hledger project makefile
 | # hledger project makefile
 | ||||||
| 
 | 
 | ||||||
| # ghc 6.12 executables need a locale
 | # GHC-compiled executables require a locale (and not just C) or they
 | ||||||
| export LANG=en_US.UTF-8 | # will die on encountering non-ascii data
 | ||||||
|  | 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