Makefile Patch

From: Brian P Millett <bpm(at)ec-group(dot)com>
To: postgres <hackers(at)postgreSQL(dot)org>
Subject: Makefile Patch
Date: 1999-05-20 21:53:43
Message-ID: 37448467.FDDD786D@ec-group.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

To get the latest cvs snapshot (19990520) to be installed, I had to make
the following patch to the src/interfaces/Makefile

vlad: diff -w3c ../../pgsql.old/src/interfaces/Makefile
interfaces/Makefile
*** ../../pgsql.old/src/interfaces/Makefile Thu May 13 16:52:12 1999

--- interfaces/Makefile Mon May 10 12:01:25 1999
***************
*** 52,58 ****
$(MAKE) -C perl5 clean
cd perl5 && POSTGRES_HOME="$(POSTGRESDIR)" perl Makefile.PL
$(MAKE) -C perl5 all
! @if [ -w `sed -n -e 's/^ *SITELIBEXP *= *//p' perl5/Makefile` ];
then \
$(MAKE) $(MFLAGS) -C perl5 install; \
rm -f perl5/Makefile; \
else \
--- 52,58 ----
$(MAKE) -C perl5 clean
cd perl5 && POSTGRES_HOME="$(POSTGRESDIR)" perl Makefile.PL
$(MAKE) -C perl5 all
! @if [ -w `sed -n -e 's/^ *INSTALLSITELIBEXP *= *//p'
perl5/Makefile` ]; then \
$(MAKE) $(MFLAGS) -C perl5 install; \
rm -f perl5/Makefile; \
else \

--
Brian Millett
Enterprise Consulting Group "Heaven can not exist,
(314) 205-9030 If the family is not eternal"
bpm(at)ec-group(dot)com F. Ballard Washburn

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-05-20 22:18:48 Re: [HACKERS] Makefile Patch
Previous Message Tom Lane 1999-05-20 21:15:54 Re: [HACKERS] 64 bit version on Solaris 7...