Project

General

Profile

« Previous | Next » 

Revision 4155

mappings/Makefile: Rewrapped lines

View differences:

Makefile
16 16
filenameVia = $(shell echo '$(1)'|grep --only-matching --extended-regexp\
17 17
'^[a-zA-Z+]+')
18 18
# can't use --ignore-case because in Mac grep, a bug causes it to break [] exprs
19
vias := $(strip $(sort $(foreach coreMap,$(coreMaps),$(call filenameVia,$(coreMap)))))
19
vias := $(strip $(sort $(foreach coreMap,$(coreMaps),$(call\
20
filenameVia,$(coreMap)))))
20 21

  
21 22
# Commands
22 23

  
......
84 85

  
85 86
vegcsvMaps :=
86 87

  
87
Veg+.cs-VegBIEN.csv: Veg+-VegCore.csv\
88
VegCore-VegBIEN.csv
88
Veg+.cs-VegBIEN.csv: Veg+-VegCore.csv VegCore-VegBIEN.csv
89 89
	$(join) <$+ >$@
90 90
vegcsvMaps += Veg+.cs-VegBIEN.csv
91 91

  

Also available in: Unified diff