Below is the stanza from the Makefile:
> $(top_builddir)/src/include/catalog/schemapg.h: catalog/schemapg.h
> prereqdir=`cd $(dir $<) >/dev/null && pwd` && \
> cd $(dir $@) && rm -f $(notdir $@) && \
> $(LN_S) "$$prereqdir/$(notdir $<)" .
The
prereqdir=`cd $(dir $<
On Tue, 2011-06-14 at 22:01 -0500, Perry Smith wrote:
> I opened a bug report with PostgreSQL but I believe it is a problem with
> make.
> The bug report there is 6059:
>
> http://archives.postgresql.org/pgsql-bugs/2011-06/msg00109.php
>
> You can also read a post here:
>
> https://groups.go
I opened a bug report with PostgreSQL but I believe it is a problem with make.
The bug report there is 6059:
http://archives.postgresql.org/pgsql-bugs/2011-06/msg00109.php
You can also read a post here:
https://groups.google.com/d/topic/pgsql.general/iOnCH9VuwnE/discussion
Thank you,
pedz