heim_verbose can't be used mid-stanza in shell commands
Solaris make won't allow @echo in a shell command string as there is no command called @echo, and it passes the whole shell command to the shell without poaching off the @ itself first
This commit is contained in:
		 Daria Phoebe Brashear
					Daria Phoebe Brashear
				
			
				
					committed by
					
						 Jeffrey Altman
						Jeffrey Altman
					
				
			
			
				
	
			
			
			 Jeffrey Altman
						Jeffrey Altman
					
				
			
						parent
						
							b12e01035c
						
					
				
				
					commit
					d9425fecdf
				
			| @@ -12,7 +12,7 @@ check_SCRIPTS = $(SCRIPT_TESTS) | |||||||
|  |  | ||||||
| port = 49188 | port = 49188 | ||||||
|  |  | ||||||
| do_subst = srcdirabs=`cd "$(srcdir)"; pwd`; $(heim_verbose)sed \ | do_subst = srcdirabs=`cd "$(srcdir)"; pwd`; sed \ | ||||||
| 	-e 's,[@]srcdir[@],$(srcdir),g' \ | 	-e 's,[@]srcdir[@],$(srcdir),g' \ | ||||||
| 	-e "s,[@]srcdirabs[@],$${srcdirabs},g" \ | 	-e "s,[@]srcdirabs[@],$${srcdirabs},g" \ | ||||||
| 	-e 's,[@]env_setup[@],$(top_builddir)/tests/bin/setup-env,g' \ | 	-e 's,[@]env_setup[@],$(top_builddir)/tests/bin/setup-env,g' \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user