This commit is contained in:
parent
11ee418801
commit
6e88201edf
1 changed files with 9 additions and 0 deletions
|
|
@ -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