Removing dependencies from Makefile AUTHORS target that break build in pristine git env
Signed-off-by: Frederick F. Kautz IV <fkautz@alumni.cmu.edu>master
							parent
							
								
									0713e1c4b2
								
							
						
					
					
						commit
						65450aca98
					
				
							
								
								
									
										2
									
								
								Makefile
								
								
								
								
							
							
						
						
									
										2
									
								
								Makefile
								
								
								
								
							| 
						 | 
					@ -8,7 +8,7 @@ GO_LDFLAGS=-ldflags "-X `go list ./version`.Version `git describe --match 'v[0-9
 | 
				
			||||||
.DEFAULT: default
 | 
					.DEFAULT: default
 | 
				
			||||||
all: AUTHORS clean fmt vet fmt lint build test binaries
 | 
					all: AUTHORS clean fmt vet fmt lint build test binaries
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AUTHORS: .mailmap .git/ORIG_HEAD .git/FETCH_HEAD .git/HEAD
 | 
					AUTHORS: .mailmap .git/HEAD
 | 
				
			||||||
	 git log --format='%aN <%aE>' | sort -fu > $@
 | 
						 git log --format='%aN <%aE>' | sort -fu > $@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# This only needs to be generated by hand when cutting full releases.
 | 
					# This only needs to be generated by hand when cutting full releases.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue