projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6861fc5
)
pgq_set: avoid $(wildcard), list files explicitly
author
Marko Kreen
<markokr@gmail.com>
Mon, 3 Mar 2008 15:58:24 +0000
(15:58 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Mon, 3 Mar 2008 15:58:24 +0000
(15:58 +0000)
sql/pgq_set/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/sql/pgq_set/Makefile
b/sql/pgq_set/Makefile
index 2776378c0df5dcdd400ca97aa1546c55c7841246..24c89961fea90e3735438120627e570f006873f7 100644
(file)
--- a/
sql/pgq_set/Makefile
+++ b/
sql/pgq_set/Makefile
@@
-1,7
+1,8
@@
DATA_built = pgq_set.sql pgq_set.upgrade.sql
-SRCS = $(wildcard structure/*.sql) $(wildcard functions/*.sql)
+FUNCS = $(shell sed -n -e '/^\\/{s/\\i //;p}' structure/functions.sql)
+SRCS = structure/pgq_set.sql structure/functions.sql $(FUNCS)
REGRESS = pgq_set
REGRESS_OPTS = --load-language=plpgsql