support_modules is finally gone, and modules.disable->modules.conf
This commit is contained in:
parent
b29d23f315
commit
0350b1dc7f
@ -114,10 +114,10 @@ MODDIR = $(POLDIR)/modules
|
|||||||
BASE_MODULE = $(MODDIR)/kernel
|
BASE_MODULE = $(MODDIR)/kernel
|
||||||
FLASKDIR = $(POLDIR)/flask
|
FLASKDIR = $(POLDIR)/flask
|
||||||
APPCONF = config/appconfig
|
APPCONF = config/appconfig
|
||||||
M4SUPPORT = $(POLDIR)/support/support_macros $(wildcard $(POLDIR)/support/*.spt)
|
M4SUPPORT = $(wildcard $(POLDIR)/support/*.spt)
|
||||||
|
|
||||||
GLOBALTUN := $(POLDIR)/global_tunables
|
GLOBALTUN := $(POLDIR)/global_tunables
|
||||||
MOD_DISABLE := $(POLDIR)/modules.disable
|
MOD_DISABLE := $(POLDIR)/modules.conf
|
||||||
TUNABLES := $(POLDIR)/tunables.conf
|
TUNABLES := $(POLDIR)/tunables.conf
|
||||||
|
|
||||||
APPDIR := $(CONTEXTPATH)
|
APPDIR := $(CONTEXTPATH)
|
||||||
|
Loading…
Reference in New Issue
Block a user