mirror of
https://github.com/go-gitea/gitea
synced 2024-11-07 09:15:53 +01: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:
parent
a59bfeb175
commit
f98ffff64a
2
Makefile
2
Makefile
@ -68,7 +68,7 @@ endif
|
||||
|
||||
EXTRA_GOFLAGS ?=
|
||||
|
||||
MAKE_VERSION := $(shell "$(MAKE)" -v | head -n 1)
|
||||
MAKE_VERSION := $(shell "$(MAKE)" -v | cat | head -n 1)
|
||||
MAKE_EVIDENCE_DIR := .make_evidence
|
||||
|
||||
ifeq ($(RACE_ENABLED),true)
|
||||
|
Loading…
Reference in New Issue
Block a user