mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 10:39:40 +01:00 
			
		
		
		
	Add ppas and ppaslink scripts removal to fpc_clean and fpc_cleanall
git-svn-id: trunk@38745 -
This commit is contained in:
		
							parent
							
								
									e13b04a5c0
								
							
						
					
					
						commit
						e8c753dbd3
					
				
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -2029,7 +2029,7 @@ ifdef LIB_NAME
 | 
			
		||||
        -$(DEL) $(LIB_NAME) $(LIB_FULLNAME)
 | 
			
		||||
endif
 | 
			
		||||
        -$(DEL) $(FPCMADE) Package.fpc $(PPAS) script.res link.res $(FPCEXTFILE) $(REDIRFILE)
 | 
			
		||||
        -$(DEL) *$(ASMEXT) *_ppas$(BATCHEXT)
 | 
			
		||||
        -$(DEL) *$(ASMEXT) *_ppas$(BATCHEXT) ppas$(BATCHEXT) ppaslink$(BATCHEXT)
 | 
			
		||||
 | 
			
		||||
fpc_cleanall: $(CLEANTARGET)
 | 
			
		||||
ifdef CLEANEXEFILES
 | 
			
		||||
@ -2056,7 +2056,7 @@ ifneq ($(PPUEXT),.ppu)
 | 
			
		||||
endif
 | 
			
		||||
        -$(DELTREE) *$(SMARTEXT)
 | 
			
		||||
        -$(DEL) fpcmade.* Package.fpc $(PPAS) script.res link.res $(FPCEXTFILE) $(REDIRFILE)
 | 
			
		||||
        -$(DEL) *_ppas$(BATCHEXT)
 | 
			
		||||
        -$(DEL) *_ppas$(BATCHEXT) ppas$(BATCHEXT) ppaslink$(BATCHEXT)
 | 
			
		||||
ifdef AOUTEXT
 | 
			
		||||
        -$(DEL) *$(AOUTEXT)
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user