Skip to content

Commit

Permalink
build: Fix config file warning message
Browse files Browse the repository at this point in the history
Commit ffe6ccf inadvertently removed the
`CONFIG_IN` variable used by the build to generate part of the warning
message in the auto-generated config file.

Re-added to fix it.

Fixes clearcontainers#635.

Signed-off-by: James O. D. Hunt <[email protected]>
  • Loading branch information
jodh-intel committed Sep 27, 2017
1 parent d9897e1 commit 6ec4ecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ COMMIT := $(if $(shell git status --porcelain --untracked-files=no),${COMMIT_NO}

CONFIG_FILE = configuration.toml
CONFIG = config/$(CONFIG_FILE)
CONFIG_IN = $(CONFIG).in

DESTTARGET := $(abspath $(DESTBINDIR)/$(TARGET))

Expand Down

0 comments on commit 6ec4ecd

Please sign in to comment.