summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-03-24 18:47:51 +0100
committerGitHub <noreply@github.com>2022-03-24 18:47:51 +0100
commit4d271912e8b4aa0aa92e414ce4b82557902a35d0 (patch)
tree0702d03f1f39b1590f64d54b7651946de7f1cdbf /Makefile
parent712777e0aa4ff028b78fd312b0e9fa9cb2c0bf25 (diff)
parent88d4db009eea8ab49788ecc6625e7117f0c96165 (diff)
downloadpodman-4d271912e8b4aa0aa92e414ce4b82557902a35d0.tar.gz
podman-4d271912e8b4aa0aa92e414ce4b82557902a35d0.tar.bz2
podman-4d271912e8b4aa0aa92e414ce4b82557902a35d0.zip
Merge pull request #13602 from edsantiago/size_check_part2
Binary growth check, part 2 of 2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 46c2b5ae3..af9a2b7f6 100644
--- a/Makefile
+++ b/Makefile
@@ -292,7 +292,7 @@ validate: gofmt lint .gitvalidation validate.completions man-page-check swagger-
.PHONY: build-all-new-commits
build-all-new-commits:
# Validate that all the commits build on top of $(GIT_BASE_BRANCH)
- git rebase $(GIT_BASE_BRANCH) -x make
+ git rebase $(GIT_BASE_BRANCH) -x "$(MAKE)"
.PHONY: vendor
vendor: