Thu Jul 15 21:40:43 PDT 2004
- Previous message: [Slony1-general] Re: xxid.so doesn't get installed?
- Next message: [Slony1-general] Please upgrade to Slony-I 1.0.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: "Jan Wieck" <JanWieck at Yahoo.com> > > It would be so much easier if you would send those changes in cdiff format. Yes, so it's below. Sorry Jan, one problem was that I'd already made a number of changes according to Dan Berrange's RPM-building patch. Note that it's untested. It's also easy to see if you cvs diff -r1.8 -r1.9 http://gborg.postgresql.org/project/slony1/cvs/diff.php/slony1-engine/src/xxid/Makefile?r1=1.8&r2=1.9 Julian diff -c slony1-1.0.0/src/xxid/Makefile_new slony1-1.0.0/src/xxid/Makefile *** slony1-1.0.0/src/xxid/Makefile_new 2004-07-06 06:31:16.000000000 +0000 --- slony1-1.0.0/src/xxid/Makefile 2004-07-01 02:24:35.000000000 +0000 *************** *** 38,44 **** rm -f $(SO_NAME) $(SO_OBJS) rm -f $(SQL_NAME74) ! install: all installdirs $(INSTALL_SCRIPT) $(SO_NAME) $(DESTDIR)$(pkglibdir) for file in $(SQL_NAMES); do \ $(INSTALL_SCRIPT) $$file $(DESTDIR)$(datadir) || exit ; \ --- 38,44 ---- rm -f $(SO_NAME) $(SO_OBJS) rm -f $(SQL_NAME74) ! $(INSTALL_SCRIPT) $(SO_NAME) $(DESTDIR)$(pkglibdir) for file in $(SQL_NAMES); do \ $(INSTALL_SCRIPT) $$file $(DESTDIR)$(datadir) || exit ; \
- Previous message: [Slony1-general] Re: xxid.so doesn't get installed?
- Next message: [Slony1-general] Please upgrade to Slony-I 1.0.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list