Automatically include local makefile.

This commit is contained in:
Jeffrey Townsend
2019-05-28 17:55:40 +00:00
parent 0c97f63d1d
commit caf8fb7fbf

View File

@@ -1150,6 +1150,7 @@ class OnlPackageManager(object):
handle.write("BUILDING := $(THIS_DIR)/building\n")
handle.write("FINISHED := $(THIS_DIR)/finished\n")
handle.write("$(shell mkdir -p $(BUILDING) $(FINISHED))\n\n")
handle.write("-include Make.local\n\n")
handle.write("############################################################\n")
handle.write("#\n")