move the stray .mk files from the root dir into a make/ subdir
This commit is contained in:
5
make/macros.mk
Normal file
5
make/macros.mk
Normal file
@@ -0,0 +1,5 @@
|
||||
# Find the local dir of the make file
|
||||
GET_LOCAL_DIR = $(patsubst %/,%,$(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))))
|
||||
|
||||
# makes sure the target dir exists
|
||||
MKDIR = if [ ! -d $(dir $@) ]; then mkdir -p $(dir $@); fi
|
||||
Reference in New Issue
Block a user