Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6e725b2

Browse files
author
Bryan Henderson
committed
Add "else true" to make it magically work on Ultrix.
1 parentfb24bfa commit6e725b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/GNUmakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Copyright (c) 1994, Regents of the University of California
77
#
88
# IDENTIFICATION
9-
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile,v 1.2 1997/01/08 07:32:15 scrappy Exp $
9+
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile,v 1.3 1997/01/23 05:16:13 bryanh Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -26,6 +26,7 @@ XARGS = xargs
2626
echo You mustset the PORTNAME valuein Makefile.global before\
2727
you can build Postgres.;\
2828
false;\
29+
else true;\
2930
fi
3031
$(MAKE) -C utils $@
3132
$(MAKE) -C backend $@

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp