mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Added chown to Makefile to set files to Postgres user.
Does not display and generates no error messages on failure.
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/src/Makefile,v 1.4 1996/08/13 07:47:43 scrappy Exp $
|
# $Header: /cvsroot/pgsql/src/Makefile,v 1.5 1996/10/03 20:09:48 momjian Exp $
|
||||||
#
|
#
|
||||||
# NOTES
|
# NOTES
|
||||||
# objdir - location of the objects and generated files (eg. obj)
|
# objdir - location of the objects and generated files (eg. obj)
|
||||||
@ -33,6 +33,7 @@ ifeq ($(USE_TCL), true)
|
|||||||
endif
|
endif
|
||||||
$(MAKE) -C bin $@
|
$(MAKE) -C bin $@
|
||||||
$(MAKE) -C ../doc $@
|
$(MAKE) -C ../doc $@
|
||||||
|
@-chown -R $(POSTGRESLOGIN) $(POSTGRESDIR) 2>/dev/null
|
||||||
@echo All of Postgres95 is successfully made. Ready to install.
|
@echo All of Postgres95 is successfully made. Ready to install.
|
||||||
|
|
||||||
TAGS:
|
TAGS:
|
||||||
|
Reference in New Issue
Block a user