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

Commit4ea3844

Browse files
committed
From: "Brian E. Gallew" <geek+@cmu.edu>
Subject: Re: [PORTS] Re: [PATCHES] DG/UX 5.4R11 patchesComments in boot.sed break DG/UX port
1 parent735bf0b commit4ea3844

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

‎src/backend/bootstrap/Makefile

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for the bootstrap module
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/backend/bootstrap/Makefile,v 1.8 1997/04/18 08:55:55 vadim Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/bootstrap/Makefile,v 1.9 1997/06/11 01:05:48 scrappy Exp $
88
#
99
#
1010
# We must build bootparse.c and bootscanner.c with yacc and lex and sed,
@@ -49,14 +49,16 @@ bootstrap.o: bootstrap_tokens.h
4949

5050
bootstrap_tokens.hbootparse.c: bootparse.y
5151
$(YACC)$(YFLAGS)$<
52-
sed -f boot.sed< y.tab.c> bootparse.c
52+
grep -v"^#" boot.sed> sedfile
53+
sed -f sedfile< y.tab.c> bootparse.c
5354
mv y.tab.h bootstrap_tokens.h
54-
rm -f y.tab.c
55+
rm -f y.tab.c sedfile
5556

5657
bootscanner.c: bootscanner.l
5758
$(LEX)$<
58-
sed -f boot.sed< lex.yy.c> bootscanner.c
59-
rm -f lex.yy.c
59+
grep -v"^#" boot.sed> sedfile
60+
sed -f sedfile< lex.yy.c> bootscanner.c
61+
rm -f lex.yy.c sedfile
6062

6163
clean:
6264
rm -f SUBSYS.o$(OBJS) bootparse.c bootstrap_tokens.h bootscanner.c

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp