Project

General

Profile

« Previous | Next » 

Revision 5155

input.Makefile: Staging tables installation: Added cleanup, %/cleanup to clean up already-installed tables

View differences:

input.Makefile
228 228
import_install_ = (prefix=; . $(bin)/vegbien_dest; "time" nice -n +5\
229 229
env schema=$(datasrc) table=$* $(bin)/csv2db $(catSrcs) $(logInstall*))
230 230

  
231
cleanup: _always $(tables:%=%/cleanup) ;
232

  
233
%/cleanup: _always
234
	$(cleanup)
235

  
231 236
##### Maps building
232 237

  
233 238
# WARNING: You CANNOT make a subdir using `make inputs/<datasrc>/<subdir>/`.

Also available in: Unified diff