diff options
Diffstat (limited to 'textproc/gitlab-elasticsearch-indexer/files/patch-Makefile')
| -rw-r--r-- | textproc/gitlab-elasticsearch-indexer/files/patch-Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/gitlab-elasticsearch-indexer/files/patch-Makefile b/textproc/gitlab-elasticsearch-indexer/files/patch-Makefile index 2cb408f715c9..db6f954c0c92 100644 --- a/textproc/gitlab-elasticsearch-indexer/files/patch-Makefile +++ b/textproc/gitlab-elasticsearch-indexer/files/patch-Makefile @@ -1,11 +1,11 @@ ---- Makefile.orig 2025-10-25 04:31:58 UTC +--- Makefile.orig 2025-11-17 05:11:42 UTC +++ Makefile -@@ -67,7 +67,7 @@ all: build +@@ -44,7 +44,7 @@ all: build all: build .PHONY: build -build: tmp/libparser +build: - $(if ${FORCE_BUILD}, @echo "Forcing a rebuild since pkg-config flags changed since last run") - $Q PKG_CONFIG_PATH="${PKG_CONFIG_PATH}" $(GO) build $(if ${FORCE_BUILD},-a) $(if $V,-v) $(VERSION_FLAGS) -o bin/gitlab-elasticsearch-indexer . + $Q $(GO) build $(if $V,-v) $(VERSION_FLAGS) -o bin/gitlab-elasticsearch-indexer . + install: build |
