Project

General

Profile

« Previous | Next » 

Revision 13416

fix: inputs/input.Makefile: $(sortFile): don't print the "add any missing tables to $(sortFile)" message every time the Makefile is run

View differences:

input.Makefile
127 127
	@for table in $(tables); do echo "$$table"; done
128 128

  
129 129
$(sortFile): _always
130
	# add any missing tables to $(sortFile)
131 130
	$(if $(filter-out $(sort_file_tables),$(tables)),$(selfMake) -s list_tables >$@)
131
# add any missing tables to $(sortFile)
132 132

  
133 133
##### SVN
134 134

  

Also available in: Unified diff