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

Commit0f09c25

Browse files
committed
Do not autogenerate files
1 parentaec18ac commit0f09c25

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

‎Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,14 @@ PG_CONFIG = pg_config
1515
PGXS :=$(shell$(PG_CONFIG) --pgxs)
1616
include$(PGXS)
1717

18-
serialize.cdeserialize.c:gen_parser.py serialize.mako deserialize.mako nodes.h
18+
gen_parser:
1919
python gen_parser.py nodes.h`$(PG_CONFIG) --includedir-server`
2020
else
2121
subdir = contrib/sr_plan
2222
top_builddir = ../..
2323
include$(top_builddir)/src/Makefile.global
2424
include$(top_srcdir)/contrib/contrib-global.mk
2525

26-
serialize.cdeserialize.c:gen_parser.py serialize.mako deserialize.mako nodes.h
26+
gen_parser:
2727
python gen_parser.py nodes.h'$(top_srcdir)/src/include'
2828
endif
29-
30-
all: serialize.c

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp