Project

General

Profile

« Previous | Next » 

Revision 9880

inputs/input.Makefile: $(dontImport): also support putting a _no_import file at the top level in the datasource to exclude the entire datasource

View differences:

input.Makefile
94 94
sortFile := import_order.txt
95 95
noImportFile := _no_import
96 96

  
97
dontImport = $(wildcard $(1)/$(noImportFile))$(if\
97
dontImport = $(wildcard $(noImportFile))$(wildcard $(1)/$(noImportFile))$(if\
98 98
$(import_source),,$(filter Source,$(1)))
99 99

  
100 100
tables := $(if $(wildcard $(sortFile)),$(shell cat $(sortFile)))

Also available in: Unified diff