1. 20 Feb, 2001 1 commit
  2. 07 Feb, 2001 1 commit
  3. 20 Jan, 2001 1 commit
  4. 29 Dec, 2000 1 commit
  5. 16 Dec, 2000 1 commit
  6. 30 Nov, 2000 1 commit
    • Peter Eisentraut's avatar
      Make all commands that link a program look like · e5ba2fc5
      Peter Eisentraut authored
      $(CC) $(CFLAGS) $(LDFLAGS) <object files> <extra-libraries> $(LIBS) -o $@
      
      This form seemed to be the most portable, readable, and logical, but in any
      case it's better than having a dozen different ones in the tree.
      e5ba2fc5
  7. 20 Nov, 2000 2 commits
  8. 09 Nov, 2000 1 commit
  9. 05 Nov, 2000 1 commit
  10. 04 Nov, 2000 1 commit
  11. 03 Nov, 2000 1 commit
  12. 29 Oct, 2000 1 commit
  13. 27 Oct, 2000 1 commit
  14. 25 Oct, 2000 1 commit
  15. 23 Oct, 2000 1 commit
    • Peter Eisentraut's avatar
      Polish shared library build to reduce number of special hacks. In · 7b021ce1
      Peter Eisentraut authored
      particular, allow linking with arbitrary commands rather than only $(AR) or
      $(LD), and treat C++ without hacks.
      
      Add option to disable shared libraries.  This takes the place of the
      BSD_SHLIB variable.  The regression test driver ignores the plpgsql test
      if there are no shared libraries available.
      7b021ce1
  16. 21 Oct, 2000 1 commit
    • Peter Eisentraut's avatar
      Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template to · f8ff1ee5
      Peter Eisentraut authored
      Makefile.port, since they are of no use to configure and much of the
      library magic happens in Makefile.port anyway.
      
      Use __alpha, not __alpha__, since the former is universally available.
      Remove -DNOFIXADE from the compile command line and put it in the port
      include file.
      f8ff1ee5
  17. 20 Oct, 2000 2 commits
  18. 10 Oct, 2000 2 commits
  19. 08 Oct, 2000 1 commit
  20. 29 Sep, 2000 1 commit
  21. 27 Sep, 2000 1 commit
  22. 25 Sep, 2000 1 commit
  23. 21 Sep, 2000 1 commit
  24. 08 Sep, 2000 1 commit
  25. 31 Aug, 2000 1 commit
  26. 28 Aug, 2000 1 commit
  27. 22 Jul, 2000 1 commit
  28. 19 Jul, 2000 1 commit
    • Peter Eisentraut's avatar
      Add distprep target to take some of the job of the release_prep script. · 32163099
      Peter Eisentraut authored
      The latter updated accordingly. Also add `dist' and `distcheck' targets
      to play with, but caveat packager.
      
      Updated backend/bootstrap and backend/parser makefile to make them
      marginally builddir aware and fix the usual set of things.
      
      Add rule to automatically remake config.h dependent on config.h.in and
      config.status. (Adopted from Autoconf manual and about every other
      package.) On a good day we should now have a complete and accurate set
      of dependencies throughout everything.
      32163099
  29. 17 Jul, 2000 1 commit
  30. 16 Jul, 2000 1 commit
  31. 09 Jul, 2000 1 commit
    • Peter Eisentraut's avatar
      Another round of those unportable config/build changes :-/ · 74618e2b
      Peter Eisentraut authored
      * Add option to build with OpenSSL out of the box. Fix thusly exposed
        bit rot. Although it compiles now, getting this to do something
        useful is left as an exercise.
      
      * Fix Kerberos options to defer checking for required libraries until
        all the other libraries are checked for.
      
      * Change default odbcinst.ini and krb5.srvtab path to PREFIX/etc.
      
      * Install work around for Autoconf's install-sh relative path anomaly.
        Get rid of old INSTL_*_OPTS variables, now that we don't need them
        anymore.
      
      * Use `gunzip -c' instead of g?zcat. Reportedly broke on AIX.
      
      * Look for only one of readline.h or readline/readline.h, not both.
      
      * Make check for PS_STRINGS cacheable. Don't test for the header files
        separately.
      
      * Disable fcntl(F_SETLK) test on Linux.
      
      * Substitute the standard GCC warnings set into CFLAGS in configure,
        don't add it on in Makefile.global.
      
      * Sweep through contrib tree to teach makefiles standard semantics.
      
      ... and in completely unrelated news:
      
      * Make postmaster.opts arbitrary options-aware. I still think we need to
        save the environment as well.
      74618e2b
  32. 02 Jul, 2000 1 commit
  33. 01 Jul, 2000 2 commits
  34. 28 Jun, 2000 1 commit
    • Peter Eisentraut's avatar
      Makefile cleanup for interface tree. Now essentially with all the · 44f64dd3
      Peter Eisentraut authored
      standard targets and behaviour. Replaced Makefile.in's with
      Makefile's and declared the respective variables in Makefile.global.
      
      maintainer-clean target now available at top level, although it does
      not work in the backend tree yet.
      
      Cleanup pass over Makefile.shlib, renamed some targets and variables.
      The shared library symlink tests are now done by make, not the shell.
      
      ecpg: Remove one warning in sloppy flex output.
      
      PL/Perl and Perl interface: the MakeMaker documentation is confusing,
      the realclean target *does* "delete derived files", but it also
      uninstalls them. Don't use that.
      
      The submake targets in the various bin directories that update libpq
      should `make all', not `make libpq.a'. That is a) unportable, and
      b) doesn't build the shared library.
      44f64dd3
  35. 27 Jun, 2000 1 commit
  36. 19 Jun, 2000 1 commit