-
- Downloads
Hi,
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
Showing
- src/backend/utils/error/Makefile 3 additions, 5 deletionssrc/backend/utils/error/Makefile
- src/backend/utils/fmgr/Makefile 3 additions, 13 deletionssrc/backend/utils/fmgr/Makefile
- src/backend/utils/hash/Makefile 3 additions, 5 deletionssrc/backend/utils/hash/Makefile
- src/backend/utils/init/Makefile 3 additions, 5 deletionssrc/backend/utils/init/Makefile
- src/backend/utils/misc/Makefile 3 additions, 5 deletionssrc/backend/utils/misc/Makefile
- src/backend/utils/mmgr/Makefile 3 additions, 5 deletionssrc/backend/utils/mmgr/Makefile
- src/backend/utils/sort/Makefile 3 additions, 5 deletionssrc/backend/utils/sort/Makefile
- src/backend/utils/time/Makefile 3 additions, 5 deletionssrc/backend/utils/time/Makefile
- src/bin/Makefile 8 additions, 21 deletionssrc/bin/Makefile
- src/bin/cleardbdir/Makefile 2 additions, 2 deletionssrc/bin/cleardbdir/Makefile
- src/bin/createdb/Makefile 2 additions, 2 deletionssrc/bin/createdb/Makefile
- src/bin/createuser/Makefile 2 additions, 2 deletionssrc/bin/createuser/Makefile
- src/bin/destroydb/Makefile 2 additions, 2 deletionssrc/bin/destroydb/Makefile
- src/bin/destroyuser/Makefile 2 additions, 2 deletionssrc/bin/destroyuser/Makefile
- src/bin/initdb/Makefile 2 additions, 9 deletionssrc/bin/initdb/Makefile
- src/bin/initdb/initdb.sh 1 addition, 8 deletionssrc/bin/initdb/initdb.sh
- src/bin/initlocation/Makefile 2 additions, 2 deletionssrc/bin/initlocation/Makefile
- src/bin/ipcclean/Makefile 2 additions, 2 deletionssrc/bin/ipcclean/Makefile
- src/bin/pg_dump/Makefile.in 2 additions, 2 deletionssrc/bin/pg_dump/Makefile.in
- src/bin/pg_id/Makefile 2 additions, 2 deletionssrc/bin/pg_id/Makefile
Loading
Please register or sign in to comment