* Use printf "" instead of touch to create timestamps because of systems
where touch does not create the file. git-svn-id: svn://svn.zoy.org/elk/trunk@217 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
		
							parent
							
								
									97d78723a2
								
							
						
					
					
						commit
						8192139a2b
					
				| 
						 | 
					@ -7,8 +7,9 @@ if NATIVE_BUILD
 | 
				
			||||||
all-local: $(allstamps)
 | 
					all-local: $(allstamps)
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
stamp-r4rs:
 | 
					stamp-r4rs: $(top_builddir)/src/elk
 | 
				
			||||||
 | 
						rm -f $@
 | 
				
			||||||
	-$(top_builddir)/src/elk -p .:$(top_srcdir)/scm -l r4rstest.scm
 | 
						-$(top_builddir)/src/elk -p .:$(top_srcdir)/scm -l r4rstest.scm
 | 
				
			||||||
	rm -f tmp1 tmp2 tmp3
 | 
						rm -f tmp1 tmp2 tmp3
 | 
				
			||||||
	touch $@
 | 
						printf "" > $@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue