Bug 63918 - Makefile.port which is included by Makefile.global does not exist
Summary: Makefile.port which is included by Makefile.global does not exist
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Public Beta
Classification: Retired
Component: postgresql
Version: skipjack-beta2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Andrew Overholt
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-04-21 21:35 UTC by Need Real Name
Modified: 2009-09-04 19:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-03-12 23:45:44 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2002-04-21 21:35:33 UTC
Description of Problem:
Makefile.port which is included by Makefile.global does not exist

Version-Release number of selected component (if applicable):
postgresql-devel-7.2.1-5

How Reproducible:
see below which is an excerpt from a Makefile used on FreeBSD to compile
programs that use postgres.

# note ../src is a symbolic link to /usr/include/pgsql
subdir = ../src
top_builddir = ../

include $(subdir)/Makefile.global

ROOTDIR=/
TOPDIR=$(ROOTDIR)usr/local
CC=gcc

Steps to Reproduce:
1. Simply examine Makefile.global and you will see where it includes Makefile.port. 
2. 
3. 

Actual Results:


Expected Results:


Additional Information:

Comment 1 Trond Eivind Glomsrxd 2002-04-26 20:24:01 UTC
Doesn't sound like that file should be included at all... I'll remove it in the
next build.

Comment 2 Andrew Overholt 2003-03-12 23:45:44 UTC
Makefile.port should not exist in a source distribution - it's a symlink made at
configure time.  Perhaps a build was attempted without a previous configure run.
 Resolving NOTABUG.

Comment 3 Charley Wang 2009-09-04 19:11:23 UTC
testing with mylyn, sorry for the spam


Note You need to log in before you can comment on or make changes to this bug.