Skip to content

Commit

Permalink
VCS root
Browse files Browse the repository at this point in the history
  • Loading branch information
thommythomaso committed Oct 4, 2023
1 parent 532b8e2 commit b650cb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions idma.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ IDMA_BENDER_FILES := $(IDMA_ROOT)/Bender.yml \

# Helper functions
# Relative paths for VLOGAN
IDMA_VLOGAN_REL_PATHS := | grep -v "ROOT=" | sed '3 i ROOT="."'
IDMA_VLOGAN_REL_PATHS := | grep -v "ROOT=" | sed '3 i ROOT="../../.."'
# Morty helpers
IDMA_PATH_ESCAPED := $(shell pwd | sed 's_/_\\/_g')
IDMA_RELATIVE_PATH_REGEX := 's/$(IDMA_PATH_ESCAPED)/..\/..\/../'
IDMA_RELATIVE_PATH_REGEX := 's/$(IDMA_PATH_ESCAPED)/./'

# Ensure half-built targets are purged
.DELETE_ON_ERROR:
Expand Down

0 comments on commit b650cb8

Please sign in to comment.