mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	Remove psa header files in uninstall part
Uninstall psa header files which installed to DESTDIR. Signed-off-by: Wu, Jheng-Jhong <goodwater.wu@gmail.com> Signed-off-by: Victor Wu <victor_wu@bizlinktech.com>
This commit is contained in:
		
							parent
							
								
									9aaa3e164a
								
							
						
					
					
						commit
						89b98142b8
					
				
							
								
								
									
										1
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								Makefile
									
									
									
									
									
								
							@ -45,6 +45,7 @@ install: no_test
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
uninstall:
 | 
					uninstall:
 | 
				
			||||||
	rm -rf $(DESTDIR)/include/mbedtls
 | 
						rm -rf $(DESTDIR)/include/mbedtls
 | 
				
			||||||
 | 
						rm -rf $(DESTDIR)/include/psa
 | 
				
			||||||
	rm -f $(DESTDIR)/lib/libmbedtls.*
 | 
						rm -f $(DESTDIR)/lib/libmbedtls.*
 | 
				
			||||||
	rm -f $(DESTDIR)/lib/libmbedx509.*
 | 
						rm -f $(DESTDIR)/lib/libmbedx509.*
 | 
				
			||||||
	rm -f $(DESTDIR)/lib/libmbedcrypto.*
 | 
						rm -f $(DESTDIR)/lib/libmbedcrypto.*
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user