Revision 4607
Added by Aaron Marcuse-Kubitza over 12 years ago
Makefile | ||
---|---|---|
7 | 7 |
SHELL := /bin/bash |
8 | 8 |
subMake = $(MAKE) $(call subPath,$@) --directory=$(call topDir,$@) |
9 | 9 |
|
10 |
# Paths |
|
11 |
bin := bin |
|
12 |
|
|
10 | 13 |
# OS |
11 | 14 |
os := $(shell uname) |
12 | 15 |
forOs = $(patsubst %,%-$(filter Linux Darwin,$(os)),$(1)) |
... | ... | |
330 | 333 |
missingMappingsCmd = +$(MAKE) inputs/$@|grep -vEe '(common|mappings).Makefile'\ |
331 | 334 |
-e ' Missing ' $(if $(filter non-empty_join,$*), -e '^make '|sort|uniq) |
332 | 335 |
|
336 |
termsSubdirs := $(call no/,$(call wildcard/,inputs/*/)) |
|
337 |
|
|
333 | 338 |
include lib/mappings.Makefile |
Also available in: Unified diff
root Makefile: Maps validation: Added $(termsSubdirs) to enable generation of global unmapped_terms.csv, new_terms.csv