Skip to content

Commit

Permalink
Rerun make after devutils has been checked out
Browse files Browse the repository at this point in the history
Ref. eng/recordflux/RecordFlux#1644
  • Loading branch information
senier committed Aug 6, 2024
1 parent 77f82a8 commit f3ec4e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ KACL_CLI = $(POETRY) run kacl-cli
PYTHON_PACKAGES := doc/language_reference/conf.py doc/user_guide/conf.py examples/apps language rflx tests tools stubs build.py
DEVUTILS_DEPENDENCIES = $(RFLX)

-include $(DEVUTILS_DIR)/Makefile.common
include $(DEVUTILS_DIR)/Makefile.common

# --- Environment variables ---

Expand Down Expand Up @@ -149,10 +149,12 @@ pyproject.toml: pyproject.toml.in $(DEVUTILS_DIR)

# --- Setup: External repositories ---

$(DEVUTILS_DIR):
$(DEVUTILS_DIR) $(DEVUTILS_DIR)/Makefile.common:
ifeq ($(NO_GIT_CHECKOUT), )
ifndef MAKE_RESTARTS
git clone $(DEVUTILS_ORIGIN)/RecordFlux-devutils.git $(DEVUTILS_DIR)
git -C $(DEVUTILS_DIR) -c advice.detachedHead=false checkout $(DEVUTILS_HEAD)
endif
endif
@test -d $(DEVUTILS_DIR) || (echo "$(DEVUTILS_DIR)" is missing; exit 1)

Expand Down

0 comments on commit f3ec4e9

Please sign in to comment.