Re: [HACKERS] Re: Update doc changes needed
Bruce Momjian <pgman@candle.pha.pa.us> writes:
Can you resend it? I don't see it in my mailbox anymore.
Bruce Momjian <pgman@candle.pha.pa.us> writes:
OK, seems the issue is closed.
Yes, it is closed.
What happened to the patch I sent regarding the bug in the TCL
Makefile where the make bombs if "." is not in the builder's path?
The last I checked, it wasn't applied and the fix is very easy
(explicitly use "./" to call the script).
(Remade against current CVS sources).
Index: src/pl/tcl/Makefile
===================================================================
RCS file: /home/projects/pgsql/cvsroot/pgsql/src/pl/tcl/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- src/pl/tcl/Makefile 2000/05/29 05:45:54 1.15
+++ src/pl/tcl/Makefile 2000/06/12 01:59:33
@@ -124,7 +124,7 @@
#
Makefile.tcldefs: mkMakefile.tcldefs.sh
- /bin/sh mkMakefile.tcldefs.sh
+ /bin/sh ./mkMakefile.tcldefs.sh
#
# Clean
Index: src/bin/pgtclsh/Makefile
===================================================================
RCS file: /home/projects/pgsql/cvsroot/pgsql/src/bin/pgtclsh/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- src/bin/pgtclsh/Makefile 2000/03/08 01:58:21 1.25
+++ src/bin/pgtclsh/Makefile 2000/06/12 02:00:11
@@ -59,10 +59,10 @@
$(INSTALL) $(INSTL_EXE_OPTS) pgtksh $(BINDIR)/pgtksh
Makefile.tcldefs: mkMakefile.tcldefs.sh
- /bin/sh mkMakefile.tcldefs.sh
+ /bin/sh ./mkMakefile.tcldefs.sh
Makefile.tkdefs: mkMakefile.tkdefs.sh
- /bin/sh mkMakefile.tkdefs.sh
+ /bin/sh ./mkMakefile.tkdefs.sh
clean:
rm -f *.o Makefile.t*defs pgtclsh pgtksh
Import Notes
Reply to msg id not found: BruceMomjian'smessageofSun11Jun2000212207-0400EDTReference msg id not found: 200006120122.VAA12426@candle.pha.pa.us
Applied. Thanks.
Bruce Momjian <pgman@candle.pha.pa.us> writes:
Can you resend it? I don't see it in my mailbox anymore.
Bruce Momjian <pgman@candle.pha.pa.us> writes:
OK, seems the issue is closed.
Yes, it is closed.
What happened to the patch I sent regarding the bug in the TCL
Makefile where the make bombs if "." is not in the builder's path?
The last I checked, it wasn't applied and the fix is very easy
(explicitly use "./" to call the script).(Remade against current CVS sources).
Index: src/pl/tcl/Makefile =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/src/pl/tcl/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- src/pl/tcl/Makefile 2000/05/29 05:45:54 1.15 +++ src/pl/tcl/Makefile 2000/06/12 01:59:33 @@ -124,7 +124,7 @@ #Makefile.tcldefs: mkMakefile.tcldefs.sh - /bin/sh mkMakefile.tcldefs.sh + /bin/sh ./mkMakefile.tcldefs.sh# # Clean Index: src/bin/pgtclsh/Makefile =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/src/bin/pgtclsh/Makefile,v retrieving revision 1.25 diff -u -r1.25 Makefile --- src/bin/pgtclsh/Makefile 2000/03/08 01:58:21 1.25 +++ src/bin/pgtclsh/Makefile 2000/06/12 02:00:11 @@ -59,10 +59,10 @@ $(INSTALL) $(INSTL_EXE_OPTS) pgtksh $(BINDIR)/pgtkshMakefile.tcldefs: mkMakefile.tcldefs.sh - /bin/sh mkMakefile.tcldefs.sh + /bin/sh ./mkMakefile.tcldefs.shMakefile.tkdefs: mkMakefile.tkdefs.sh - /bin/sh mkMakefile.tkdefs.sh + /bin/sh ./mkMakefile.tkdefs.shclean:
rm -f *.o Makefile.t*defs pgtclsh pgtksh
--
Bruce Momjian | http://www.op.net/~candle
pgman@candle.pha.pa.us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026