1. 06 4月, 1998 1 次提交
    • B
      Hi, · 1e801a8f
      Bruce Momjian 提交于
      Attached you'll find a (big) patch that fixes make dep and make
      depend in all Makefiles where I found it to be appropriate.
      
      It also removes the dependency in Makefile.global for NAMEDATALEN
      and OIDNAMELEN by making backend/catalog/genbki.sh and bin/initdb/initdb.sh
      a little smarter.
      
      This no longer requires initdb.sh that is turned into initdb with
      a sed script when installing Postgres, hence initdb.sh should be
      renamed to initdb (after the patch has been applied :-) )
      
      This patch is against the 6.3 sources, as it took a while to
      complete.
      
      Please review and apply,
      
      Cheers,
      
      Jeroen van Vianen
      1e801a8f
  2. 11 6月, 1997 1 次提交
    • M
      From: Robert Bruccoleri <bruc@bms.com> · 90d0cf00
      Marc G. Fournier 提交于
      Subject: [PORTS] Patches for Irix 6.4
      
      I have worked out how to compile PostgreSQL on Irix 6.4 using the -n32 compiler
      mode and version 7.1 of the C compiler. (The n32 compiler use 32 bits
      addressing,
      but allows access to all the instructions in the MIPS4 instruction set.)
      There were several problems:
      
      1) The ld command is not referenced as a macro in all the Makefiles. On
      this platform, you have to include -n32 on all the ld commands. Makefiles
      were changed as needed.
      
      3) Lots of warnings are generated from the compiler. Since the regression
      tests worked OK, I didn't attempt to fix them. If anyone wants the compilation
      log, please let me know, and I'll email it to you.
      
      The version of postgresql was 970602. Here is Makefile.custom:
      
      CUSTOM_COPT = -O2 -n32
      MK_NO_LORDER = 1
      LD = ld -n32
      CC += -n32
      90d0cf00
  3. 10 11月, 1996 1 次提交
  4. 27 10月, 1996 1 次提交