This commit is contained in:
parent
11ee418801
commit
355d66bdeb
2 changed files with 13 additions and 0 deletions
4
include/sql/.gitignore
vendored
Normal file
4
include/sql/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
procedures.sql
|
||||
exchange-0002.sql
|
||||
exchange-0003.sql
|
||||
exchange-0004.sql
|
||||
|
|
@ -17,3 +17,12 @@ exchange-0004.sql: exchange-0004.sql.in 0004-*.sql
|
|||
chmod +w $@ 2> /dev/null || true
|
||||
gcc -E -P -undef - < exchange-0004.sql.in 2>/dev/null | sed -e "s/--.*//" | awk 'NF' - >$@
|
||||
chmod ugo-w $@
|
||||
|
||||
clean:
|
||||
rm -f procedures.sql
|
||||
rm -f exchange-0002.sql
|
||||
rm -f exchange-0003.sql
|
||||
rm -f exchange-0004.sql
|
||||
|
||||
.DEFAULT_GOAL := all
|
||||
all: procedures.sql exchange-0002.sql exchange-0003.sql exchange-0004.sql
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue