mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-26 02:20:20 -04:00 
			
		
		
		
	Fix samples upload-samples target commands
Also added --progress switch to rsync command git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6309 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									924e20efa8
								
							
						
					
					
						commit
						8efde1b4ef
					
				| @ -113,8 +113,8 @@ find_program (RSYNC_EXECUTABLE rsync) | |||||||
| if (RSYNC_EXECUTABLE) | if (RSYNC_EXECUTABLE) | ||||||
|   add_custom_command ( |   add_custom_command ( | ||||||
|     OUTPUT upload.timestamp |     OUTPUT upload.timestamp | ||||||
|     COMMAND ${RSYNC_EXECUTABLE} ARGS -avz ${CMAKE_CURRENT_BINARY_DIR}/web/samples ${PROJECT_SAMPLES_UPLOAD_DEST} |     COMMAND ${RSYNC_EXECUTABLE} ARGS -avz --progress ${CMAKE_CURRENT_BINARY_DIR}/web/samples ${PROJECT_SAMPLES_UPLOAD_DEST} | ||||||
|     COMMAND ${CMAKE_COMMAND} ARGS touch upload.timestamp |     COMMAND ${CMAKE_COMMAND} ARGS -E touch upload.timestamp | ||||||
|     DEPENDS ${contents_file_} ${SAMPLE_FILES} |     DEPENDS ${contents_file_} ${SAMPLE_FILES} | ||||||
|     COMMENT "Uploading WSJT-X samples to web server" |     COMMENT "Uploading WSJT-X samples to web server" | ||||||
|     ) |     ) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user