Project

General

Profile

« Previous | Next » 

Revision 268

Moved everything in scripts to root. inputs_Makefile: Don't run "all" when installing.

View differences:

Makefile
30 30
misc: $(misc)
31 31
.PRECIOUS: $(misc)
32 32

  
33
repl = ../scripts/util/repl
34
sort = ../scripts/util/sort 1 0
35
chRoot = ../scripts/util/ch_root <$< >$@
33
repl = ../util/repl
34
sort = ../util/sort 1 0
35
chRoot = ../util/ch_root <$< >$@
36 36
empty = $(SED) -n \
37 37
's/^CREATE TABLE ([0-9A-Za-z_]+) \($$/TRUNCATE \1 CASCADE;/p' <$< >$@
38 38

  

Also available in: Unified diff