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

Commit6eaafef

Browse files
author
Thomas G. Lockhart
committed
Supress cleaning scan.c since we will try to include it in the distribution.
This should help Solaris and (presumably) other distributions with old AT&T-descended lex programs which can't handle "exclusive states".
1 parent97d2b92 commit6eaafef

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎src/backend/parser/Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for parser
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.8 1997/04/18 08:57:39 vadim Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.9 1997/11/14 15:48:19 thomas Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -51,8 +51,11 @@ analyze.o keywords.o scan.o: parse.h
5151
dep: gram.c scan.c
5252
$(CC) -MM$(INCLUDE_OPT)*.c>depend
5353

54+
# Remove scan.c from the clean since we want to avoid rebuilding when using
55+
# the original source distribution. This should help Solaris machines whose
56+
# lex has trouble with exclusive states.
5457
clean:
55-
rm -f SUBSYS.o$(OBJS) gram.c parse.h scan.c
58+
rm -f SUBSYS.o$(OBJS) gram.c parse.h#scan.c
5659
# And the garbage that might have been left behind by partial build:
5760
rm -f y.tab.c y.tab.h lex.yy.c
5861

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp