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

Commit5b88ff8

Browse files
committed
Force flex/bison files to be new.
1 parentb6e00d8 commit5b88ff8

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

‎configure

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17670,6 +17670,12 @@ ac_config_links="$ac_config_links src/backend/port/dynloader.c:src/backend/port/
1767017670
ac_config_headers="$ac_config_headers src/include/pg_config.h"
1767117671

1767217672

17673+
# touch files to flex/bison not needed
17674+
cat UPDATED | grep '^\./' | while read FILE
17675+
do
17676+
touch "$FILE"
17677+
done
17678+
1767317679
cat >confcache <<\_ACEOF
1767417680
# This file is a shell script that caches the results of configure
1767517681
# tests run on this system so they can be shared between configure

‎configure.in

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $Header: /cvsroot/pgsql/configure.in,v 1.280.2.3 2003/09/07 23:39:03 momjian Exp $
2+
dnl $Header: /cvsroot/pgsql/configure.in,v 1.280.2.4 2003/09/07 23:40:52 momjian Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -16,12 +16,6 @@ dnl
1616
dnl Read the Autoconf manual for details.
1717
dnl
1818

19-
# touch files to flex/bison not needed
20-
cat UPDATE | grep '^\./' | while read FILE
21-
do
22-
touch "$FILE"
23-
done
24-
2519
m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
2620
dnl
2721
dnl The GNU folks apparently haven't heard that some people don't use
@@ -1252,4 +1246,10 @@ AC_CONFIG_HEADERS([src/include/pg_config.h],
12521246
echo >src/include/stamp-h
12531247
])
12541248

1249+
# touch files to flex/bison not needed
1250+
cat UPDATED | grep '^\./' | while read FILE
1251+
do
1252+
touch "$FILE"
1253+
done
1254+
12551255
AC_OUTPUT

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp