mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	fix a nit error output in Makefile (#25360)
fix ``make: write error: stdout`` ref: https://stackoverflow.com/questions/70671525/write-error-stdout-when-calling-make-from-makefile
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -68,7 +68,7 @@ endif
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
EXTRA_GOFLAGS ?=
 | 
					EXTRA_GOFLAGS ?=
 | 
				
			||||||
 | 
					
 | 
				
			||||||
MAKE_VERSION := $(shell "$(MAKE)" -v | head -n 1)
 | 
					MAKE_VERSION := $(shell "$(MAKE)" -v | cat | head -n 1)
 | 
				
			||||||
MAKE_EVIDENCE_DIR := .make_evidence
 | 
					MAKE_EVIDENCE_DIR := .make_evidence
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ifeq ($(RACE_ENABLED),true)
 | 
					ifeq ($(RACE_ENABLED),true)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user