We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ffb89 commit 487e914Copy full SHA for 487e914
src/Makefile
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $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 $
11
12
# NOTES
13
# objdir - location of the objects and generated files (eg. obj)
@@ -33,6 +33,7 @@ ifeq ($(USE_TCL), true)
33
endif
34
$(MAKE) -C bin $@
35
$(MAKE) -C ../doc $@
36
+ @-chown -R $(POSTGRESLOGIN) $(POSTGRESDIR) 2>/dev/null
37
@echo All of Postgres95 is successfully made. Ready to install.
38
39
TAGS:
0 commit comments