Skip to content

Commit 5651a16

Browse files
committed
Don't mention TIOGA in Makefile and move strdup.c rule into proper
'ifdef' in Makefile.
1 parent fb8e3f1 commit 5651a16

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

src/backend/Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.75 2001/11/20 00:27:13 tgl Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.76 2002/02/18 06:03:22 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -16,10 +16,6 @@ DIRS := access bootstrap catalog parser commands executor lib libpq \
1616
main nodes optimizer port postmaster regex rewrite \
1717
storage tcop utils
1818

19-
ifdef TIOGA
20-
DIRS += tioga
21-
endif
22-
2319
OBJS := $(DIRS:%=%/SUBSYS.o)
2420

2521
ifeq ($(PORTNAME), qnx4)

src/backend/port/Makefile.in

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# be converted to Method 2.
1414
#
1515
# IDENTIFICATION
16-
# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.30 2001/12/20 21:23:05 momjian Exp $
16+
# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.31 2002/02/18 06:03:23 momjian Exp $
1717
#
1818
#-------------------------------------------------------------------------
1919

@@ -26,6 +26,8 @@ OBJS+= @GETHOSTNAME@ @GETRUSAGE@ @MEMCMP@ @STRCASECMP@ @TAS@ @ISINF@
2626
OBJS+= @STRTOL@ @STRTOUL@ @SNPRINTF@
2727
ifdef STRDUP
2828
OBJS += $(top_builddir)/src/utils/strdup.o
29+
$(top_builddir)/src/utils/strdup.o:
30+
$(MAKE) -C $(top_builddir)/src/utils strdup.o
2931
endif
3032
ifeq ($(PORTNAME), qnx4)
3133
OBJS += getrusage.o qnx4/SUBSYS.o
@@ -60,10 +62,6 @@ darwin.dir:
6062
tas.o: tas.s
6163
$(CC) $(CFLAGS) -c $<
6264

63-
$(top_builddir)/src/utils/strdup.o:
64-
$(MAKE) -C $(top_builddir)/src/utils strdup.o
65-
66-
6765
distclean clean:
6866
rm -f SUBSYS.o $(OBJS)
6967
$(MAKE) -C beos clean

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy