3rdparty: improve curl output. make it save file timestamp (as wget does)
This commit is contained in:
		
							parent
							
								
									41b857c739
								
							
						
					
					
						commit
						c9b0907151
					
				
							
								
								
									
										2
									
								
								3rdparty/Makefile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								3rdparty/Makefile
									
									
									
									
										vendored
									
									
								
							@ -76,7 +76,7 @@ TAR = $(shell which tar)
 | 
				
			|||||||
# wget -nv option is used to avoid messing the output when using "make -j3"
 | 
					# wget -nv option is used to avoid messing the output when using "make -j3"
 | 
				
			||||||
GETURL = $(shell WGET=`which wget` ; if [ "$$?" = "0" ] && [ -x "$$WGET" ] ; \
 | 
					GETURL = $(shell WGET=`which wget` ; if [ "$$?" = "0" ] && [ -x "$$WGET" ] ; \
 | 
				
			||||||
                 then echo "$$WGET -nv" ; \
 | 
					                 then echo "$$WGET -nv" ; \
 | 
				
			||||||
                 else echo "curl -O -L --max-time 120" ; fi )
 | 
					                 else echo 'curl -s -w "%{url_effective} downloaded to %{filename_effective} in %{time_total} seconds\\n" -R -O -L --max-time 120' ; fi )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
BUILD_CC := $(CC)
 | 
					BUILD_CC := $(CC)
 | 
				
			||||||
STRIP = strip
 | 
					STRIP = strip
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user