mirror of
				https://github.com/nigels-com/glew.git
				synced 2025-11-03 22:04:10 +00:00 
			
		
		
		
	FreeBSD xargs fixup for auto/Makefile
This commit is contained in:
		
							parent
							
								
									a8df738667
								
							
						
					
					
						commit
						fbcb13d274
					
				@ -114,7 +114,7 @@ ifeq ($(patsubst Darwin%,Darwin,$(SYSTEM)), Darwin)
 | 
			
		||||
	xargs -J % cp % $(EXT)
 | 
			
		||||
else
 | 
			
		||||
	find $(CORE) -maxdepth 1 -type f | grep -v VERSION | grep -v "~" | \
 | 
			
		||||
	xargs cp --target-directory=$(EXT)
 | 
			
		||||
	xargs -I % -n 1 cp % $(EXT)
 | 
			
		||||
endif
 | 
			
		||||
	touch $@
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user