mirror of
				https://github.com/nigels-com/glew.git
				synced 2025-11-03 22:04:10 +00:00 
			
		
		
		
	Filter our git .patch files for dist-src and dist-win32 targets.
This commit is contained in:
		
							parent
							
								
									266f2b4ceb
								
							
						
					
					
						commit
						ed21c4a151
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@ -208,6 +208,7 @@ dist-win32:
 | 
			
		||||
	cp -a bin/visualinfo.exe $(TARDIR)/bin
 | 
			
		||||
	find $(TARDIR) -name CVS -o -name .cvsignore | xargs $(RM) -r
 | 
			
		||||
	find $(TARDIR) -name .svn | xargs $(RM) -r
 | 
			
		||||
	find $(TARDIR) -name .patch | xargs $(RM) -r
 | 
			
		||||
	unix2dos $(TARDIR)/include/GL/*.h
 | 
			
		||||
	unix2dos $(TARDIR)/doc/*.txt
 | 
			
		||||
	unix2dos $(TARDIR)/doc/*.html
 | 
			
		||||
@ -235,6 +236,7 @@ dist-src:
 | 
			
		||||
	find $(TARDIR) -name '*~' | xargs $(RM) -r
 | 
			
		||||
	find $(TARDIR) -name CVS -o -name .cvsignore | xargs $(RM) -r
 | 
			
		||||
	find $(TARDIR) -name .svn | xargs $(RM) -r
 | 
			
		||||
	find $(TARDIR) -name .patch | xargs $(RM) -r
 | 
			
		||||
	unix2dos $(TARDIR)/config/*
 | 
			
		||||
	unix2dos $(TARDIR)/auto/core/*
 | 
			
		||||
	unix2dos $(TARDIR)/auto/extensions/*
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user