makefile engine: Improve template makefile
Use findpaths to find the makefile-engine to include. This addresses the remaining aspect of #10011. I.e. the package can now also be installed in home.
This commit is contained in:
@@ -140,4 +140,6 @@ APP_VERSION =
|
||||
DRIVER_PATH =
|
||||
|
||||
## include the makefile-engine
|
||||
include $(BUILDHOME)/etc/makefile-engine
|
||||
DEVEL_DIRECTORY := \
|
||||
$(shell findpaths -r "makefile_engine" B_FIND_PATH_DEVELOP_DIRECTORY)
|
||||
include $(DEVEL_DIRECTORY)/etc/makefile-engine
|
||||
|
||||
Reference in New Issue
Block a user