Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

Makefile

  • Bruce Momjian's avatar
    1e801a8f
    Hi, · 1e801a8f
    Bruce Momjian authored
    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
    History
    Hi,
    Bruce Momjian authored
    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