Use rsync -v.
This commit is contained in:
		
							parent
							
								
									bf5b25bf25
								
							
						
					
					
						commit
						f212e3b55c
					
				
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							| @ -51,7 +51,7 @@ RSYNC = RSYNC_RSH=ssh rsync | |||||||
| 
 | 
 | ||||||
| systemtap-dist: $(beehive-dep) $(dist-files) | systemtap-dist: $(beehive-dep) $(dist-files) | ||||||
| 	@mkdir -p $@ | 	@mkdir -p $@ | ||||||
| 	$(RSYNC) -a --delete --progress $(rsync-files) systemtap-dist/ | 	$(RSYNC) -a --delete --progress -v $(rsync-files) systemtap-dist/ | ||||||
| 	ln $(dist-files) systemtap-dist/ | 	ln $(dist-files) systemtap-dist/ | ||||||
| 
 | 
 | ||||||
| systemtap-dist-createrepo: systemtap-dist | systemtap-dist-createrepo: systemtap-dist | ||||||
| @ -60,4 +60,4 @@ ifneq ($(wildcard /usr/bin/createrepo),) | |||||||
| endif | endif | ||||||
| 
 | 
 | ||||||
| systemtap-sync: systemtap-dist-createrepo | systemtap-sync: systemtap-dist-createrepo | ||||||
| 	$(RSYNC) -az --delete --progress systemtap-dist/ $(rsync-to) | 	$(RSYNC) -az --delete --progress -v systemtap-dist/ $(rsync-to) | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user