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

  • Peter Eisentraut's avatar
    9d182ef0
    Update of install-sh, mkinstalldirs, and associated configury · 9d182ef0
    Peter Eisentraut authored
    Update install-sh to that from Autoconf 2.63, plus our Darwin-specific
    changes (which I simplified a bit).  install-sh is now able to install
    multiple files in one run, so we could simplify our makefiles sometime.
    
    install-sh also now has a -d option to create directories, so we don't need
    mkinstalldirs anymore.
    
    Use AC_PROG_MKDIR_P in configure.in, so we can use mkdir -p when available
    instead of install-sh -d.  For consistency with the rest of the world,
    the corresponding make variable has been renamed from $(mkinstalldirs) to
    $(MKDIR_P).
    9d182ef0
    History
    Update of install-sh, mkinstalldirs, and associated configury
    Peter Eisentraut authored
    Update install-sh to that from Autoconf 2.63, plus our Darwin-specific
    changes (which I simplified a bit).  install-sh is now able to install
    multiple files in one run, so we could simplify our makefiles sometime.
    
    install-sh also now has a -d option to create directories, so we don't need
    mkinstalldirs anymore.
    
    Use AC_PROG_MKDIR_P in configure.in, so we can use mkdir -p when available
    instead of install-sh -d.  For consistency with the rest of the world,
    the corresponding make variable has been renamed from $(mkinstalldirs) to
    $(MKDIR_P).