Multiple Extensions
От | David E. Wheeler |
---|---|
Тема | Multiple Extensions |
Дата | |
Msg-id | F3C52D7B-90BB-42CA-BDEA-3409D0E4B291@kineticode.com обсуждение исходный текст |
Ответы |
Re: Multiple Extensions
|
Список | pgsql-hackers |
Hackers, I’m preparing a new release of pgTAP, and have started breaking it down into smaller extensions. I’ve been planning to havethem all in one distribution file for now, but it seems that one cannot specify multiple extension names in the EXTENSIONvariable. In my Makefile, I have EXTENSION = pgtap pgtap-core pgtap-schema But having more than the one, I get: > make grep: pgtap: No such file or directory grep: pgtap-core: No such file or directory grep: pgtap: No such fileor directory grep: pgtap-core: No such file or directory grep: pgtap: No such file or directory grep: pgtap-core:No such file or directory Makefile:79: *** multiple target patterns. Stop. So is that not supported? If not, why not? Thanks, David
В списке pgsql-hackers по дате отправления: