mirror of
https://github.com/scummvm/dockerized-bb.git
synced 2026-05-21 05:40:49 +00:00
ALL: Allow user to specify different make configurations
This commit is contained in:
@@ -21,7 +21,8 @@ M4_DEBUG := -dcxaeq
|
||||
|
||||
# To let user override previous values easily
|
||||
# User can also set values on command line
|
||||
-include Makefile.user
|
||||
USER_CONFIG = Makefile.user
|
||||
-include $(USER_CONFIG)
|
||||
|
||||
# Helpers
|
||||
|
||||
@@ -87,6 +88,7 @@ $(BUILDBOT_BASEDIR) $(BUILDDIR) $(BUILDDIR)/toolchains $(BUILDDIR)/workers: %:
|
||||
|
||||
# Debug informations
|
||||
status:
|
||||
@echo "User configuration: " $(USER_CONFIG)
|
||||
@echo "Buildbot version: " $(BUILDBOT_VERSION)
|
||||
@echo "Timestamps directory: " $(BUILDDIR)
|
||||
@echo "Toolchains to preprocess: " $(ALL_TOOLCHAINS_M4)
|
||||
|
||||
Reference in New Issue
Block a user