Source
x
1
+
# If you wish to override the values of some of the macros defined in qconfig.mk
2
+
# without modifying the contents of the file, set the QCONF_OVERRIDE environment
3
+
# variable to this file (which will be included at the end of the qconfig.mk file)
4
+
# and override the qconfig.mk macros here.
5
+
6
+
# Override INSTALL_ROOT_nto macro
7
+
INSTALL_ROOT ?= $(shell pwd)
8
+
INSTALL_ROOT_nto := $(INSTALL_ROOT)
9
+
USE_INSTALL_ROOT = 1