-
- Downloads
Update of install-sh, mkinstalldirs, and associated configury
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).
Showing
- config/Makefile 3 additions, 4 deletionsconfig/Makefile
- config/install-sh 362 additions, 166 deletionsconfig/install-sh
- config/mkinstalldirs 0 additions, 152 deletionsconfig/mkinstalldirs
- configure 56 additions, 0 deletionsconfigure
- configure.in 8 additions, 1 deletionconfigure.in
- doc/src/sgml/Makefile 7 additions, 7 deletionsdoc/src/sgml/Makefile
- src/Makefile 2 additions, 2 deletionssrc/Makefile
- src/Makefile.global.in 3 additions, 3 deletionssrc/Makefile.global.in
- src/Makefile.shlib 3 additions, 3 deletionssrc/Makefile.shlib
- src/backend/Makefile 5 additions, 5 deletionssrc/backend/Makefile
- src/backend/catalog/Makefile 2 additions, 2 deletionssrc/backend/catalog/Makefile
- src/backend/snowball/Makefile 2 additions, 2 deletionssrc/backend/snowball/Makefile
- src/backend/tsearch/Makefile 2 additions, 2 deletionssrc/backend/tsearch/Makefile
- src/backend/utils/mb/conversion_procs/Makefile 2 additions, 2 deletionssrc/backend/utils/mb/conversion_procs/Makefile
- src/bin/initdb/Makefile 2 additions, 2 deletionssrc/bin/initdb/Makefile
- src/bin/pg_config/Makefile 2 additions, 2 deletionssrc/bin/pg_config/Makefile
- src/bin/pg_controldata/Makefile 2 additions, 2 deletionssrc/bin/pg_controldata/Makefile
- src/bin/pg_ctl/Makefile 2 additions, 2 deletionssrc/bin/pg_ctl/Makefile
- src/bin/pg_dump/Makefile 2 additions, 2 deletionssrc/bin/pg_dump/Makefile
- src/bin/pg_resetxlog/Makefile 2 additions, 2 deletionssrc/bin/pg_resetxlog/Makefile
Loading
Please register or sign in to comment