clean tests dir
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@590 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
		
							parent
							
								
									c0637b3794
								
							
						
					
					
						commit
						68e73e391f
					
				
							
								
								
									
										1
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								Makefile
									
									
									
									
									
								
							@ -24,6 +24,7 @@ clean:
 | 
				
			|||||||
# avoid old build problems by removing potentially incorrect old files
 | 
					# avoid old build problems by removing potentially incorrect old files
 | 
				
			||||||
	rm -f config.mak config.h op-i386.h opc-i386.h gen-op-i386.h op-arm.h opc-arm.h gen-op-arm.h 
 | 
						rm -f config.mak config.h op-i386.h opc-i386.h gen-op-i386.h op-arm.h opc-arm.h gen-op-arm.h 
 | 
				
			||||||
	rm -f *.o *.a $(TOOLS) dyngen TAGS qemu.pod
 | 
						rm -f *.o *.a $(TOOLS) dyngen TAGS qemu.pod
 | 
				
			||||||
 | 
						make -C tests clean
 | 
				
			||||||
	for d in $(TARGET_DIRS); do \
 | 
						for d in $(TARGET_DIRS); do \
 | 
				
			||||||
	make -C $$d $@ || exit 1 ; \
 | 
						make -C $$d $@ || exit 1 ; \
 | 
				
			||||||
        done
 | 
					        done
 | 
				
			||||||
 | 
				
			|||||||
@ -72,4 +72,4 @@ test2:
 | 
				
			|||||||
        done
 | 
					        done
 | 
				
			||||||
 | 
					
 | 
				
			||||||
clean:
 | 
					clean:
 | 
				
			||||||
	rm -f *~ *.o $(TESTS)
 | 
						rm -f *~ *.o test-i386.out test-i386.ref $(TESTS)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user