Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

Commit

Permalink
enforce creating root/
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
  • Loading branch information
TomasTomecek committed Feb 23, 2018
1 parent e0b0877 commit 6ef1bd8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ RENDERED_DOCKERFILE_MD := ./Dockerfile

default: run

root/:
mkdir -p ./root

$(RENDERED_DOCKERFILE_MD): $(SOURCE_DOCKERFILE_MD)
$(DG_EXEC) --template $(SOURCE_DOCKERFILE_MD) --output $(RENDERED_DOCKERFILE_MD)

Expand All @@ -28,7 +31,7 @@ $(RENDERED_HELP_MD): $(SOURCE_HELP_MD) specs/multispec.yaml
@# go-md2man -in=${SOURCE_HELP_MD} -out=./root/help.1
$(shell TOOLS_CONTAINER_SKIP_ENUMERATION=false $(DG_EXEC) --template $(SOURCE_HELP_MD) --output $(RENDERED_HELP_MD))

source: $(RENDERED_HELP_MD) $(RENDERED_README_MD) $(RENDERED_DOCKERFILE_MD)
source: root/ $(RENDERED_HELP_MD) $(RENDERED_README_MD) $(RENDERED_DOCKERFILE_MD)

fedora-downstream:
make -e source VARIANT="fedora"
Expand Down

0 comments on commit 6ef1bd8

Please sign in to comment.