Revision 14818
Added by Aaron Marcuse-Kubitza over 10 years ago
input.Makefile | ||
---|---|---|
19 | 19 |
schema_only ?= |
20 | 20 |
use_staged ?= $(by_col) |
21 | 21 |
|
22 |
export null_strs# don't initialize, so that it will use the default |
|
23 |
|
|
22 | 24 |
# Makefile |
23 | 25 |
exts ?= csv tsv tab txt dat dmp |
24 | 26 |
test_n ?= 2 |
Also available in: Unified diff
inputs/input.Makefile: pass make var $(null_strs) to invoked commands so it can be used by lib/sql_io.py