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

Commitde2003c

Browse files
committed
Add in the code required to auto-detect the OS and to set PORTNAME...
Right now, it only auto-detects FreeBSD, and the rest still get setto UNDEFINED, but its a step in the right direction, no?
1 parent18d245c commitde2003c

File tree

5 files changed

+1879
-4
lines changed

5 files changed

+1879
-4
lines changed

‎src/Makefile.global.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.3 1997/01/2402:35:31 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.4 1997/01/2403:19:48 scrappy Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -66,7 +66,7 @@
6666
#
6767
# make sure that you have no whitespaces after the PORTNAME setting
6868
# or the makefiles can get confused
69-
PORTNAME=UNDEFINED
69+
PORTNAME=@PORTNAME@
7070

7171
# Ignore LINUX_ELF if you're not using Linux. But if you are, and you're
7272
# compiling to a.out (which means you're using the dld dynamic loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp