update make config

This commit is contained in:
Michael Davidsaver
2013-03-30 11:26:07 -04:00
parent 395564ad24
commit 6c0abcb890
4 changed files with 71 additions and 9 deletions

View File

@ -31,3 +31,5 @@ CHECK_RELEASE = YES
# You must rebuild in the iocBoot directory for this to
# take effect.
#IOCS_APPL_TOP = </IOC/path/to/application/top>
PYTHON ?= python

View File

@ -5,4 +5,9 @@ include $(TOP)/configure/CONFIG
TARGETS = $(CONFIG_TARGETS)
CONFIGS += $(subst ../,,$(wildcard $(CONFIG_INSTALLS)))
TARGETS += CONFIG_PY
include $(TOP)/configure/RULES
CONFIG_PY: $(TOP)/makehelper.py
$(PYTHON) $< $@