Project

General

Profile

« Previous | Next » 

Revision 7275

input.Makefile: Import to VegBIEN: import_scrub: Run `make scrub` in the background, to allow the import to continue with the next table rather than having to wait for the current table to be scrubbed

View differences:

input.Makefile
383 383
# default:
384 384
%/import: _always ;
385 385

  
386
import_scrub: _always import $(root)/scrub ;
386
import_scrub: _always import
387
	$(selfMake) $(root)/scrub & echo $$!
387 388

  
388 389
##### Log files from import
389 390

  

Also available in: Unified diff