Skip to content

Commit bb0f650

Browse files
zhangwt-cnzhangwt
authored and
zhangwt
committed
Consolidate Makefiles #254
- Move packaging -> build/ - Modified creating-a-release.md common.mk path - Cancel .gitignore /build Close #254
1 parent 8c694f1 commit bb0f650

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+6
-7
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
.idea
22
cri-dockerd
3-
build
File renamed without changes.
File renamed without changes.

packaging/Makefile build/packaging/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include common.mk
1+
include ../common.mk
22

33
APP_DIR:=$(realpath $(CURDIR)/..)
44

File renamed without changes.

packaging/deb/Makefile build/packaging/deb/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include ../common.mk
1+
include ../../common.mk
22

33
APP_DIR:=$(realpath $(CURDIR)/../../)
44
GITCOMMIT?=$(shell cd $(APP_DIR) && git rev-parse --short HEAD)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

packaging/rpm/Makefile build/packaging/rpm/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include ../common.mk
1+
include ../../common.mk
22

33
APP_DIR:=$(realpath $(CURDIR)/../../)
44
STATIC_VERSION:=$(shell ../static/gen-static-ver $(APP_DIR) $(VERSION))
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

packaging/static/Makefile build/packaging/static/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include ../common.mk
1+
include ../../common.mk
22

33
APP_DIR:=$(realpath $(CURDIR)/../../)
44
CGO_ENABLED ?= 0
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

packaging/windows/Makefile build/packaging/windows/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include ../common.mk
1+
include ../../common.mk
22

33
APP_DIR:=$(realpath $(CURDIR)/../../)
44
GO_BASE_IMAGE=golang
File renamed without changes.
File renamed without changes.

docs/content/development/creating-a-release.md

+1-1

0 commit comments

Comments
 (0)