Project

General

Profile

« Previous | Next » 

Revision 4646

input.Makefile: Maps building: Removed no longer used $(createOnlyMaps)

View differences:

inputs/input.Makefile
247 247
# WARNING: You CANNOT make a subdir using `make inputs/<datasrc>/<subdir>/`.
248 248
# You must instead make the entire datasource dir: `make inputs/<datasrc>/`
249 249

  
250
# Maps to (try to) build are added to one of these
250
# Maps to (try to) build are added to this
251 251
maps :=
252
createOnlyMaps :=
253 252

  
254 253
srcRoot = $(mappings)/root.sh
255 254
mkSrcMap = $(catSrcs)|(. $(srcRoot); env datasrc=$(datasrc) $(bin)/src_map >$@)
......
273 272
	$(bin)/join <$+|$(bin)/sort_map >$@
274 273
maps += $(autogenMaps)
275 274

  
276
maps: $(createOnlyMaps) $(maps) _always ;
275
maps: $(maps) _always ;
277 276

  
278 277
all += $(maps)
279 278

  

Also available in: Unified diff