dryclean: Show what actual files would be deleted
This commit is contained in:
		
							parent
							
								
									49a385096e
								
							
						
					
					
						commit
						3560f52cc4
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
clean_files :=
 | 
					clean_files :=
 | 
				
			||||||
 | 
					
 | 
				
			||||||
clean:
 | 
					clean:
 | 
				
			||||||
	rm -fv $(clean_files)
 | 
						$(QUIET) rm -fv -- $(clean_files)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
dryclean:
 | 
					dryclean:
 | 
				
			||||||
	@echo $(clean_files)
 | 
						@for i in $(clean_files); do if [ -e $$i ]; then echo $$i; fi; done
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue