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

Commit6becfa2

Browse files
committed
Add an implicit rule %.c -> %.i for running the C preprocessor.
I occasionally use this for debugging, and it seems wasteful to have toreinvent this all the time.
1 parentb870f80 commit6becfa2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎src/Makefile.global.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*-makefile-*-
2-
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.252 2009/01/22 22:27:13 petere Exp $
2+
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.253 2009/02/19 10:32:30 petere Exp $
33

44
#------------------------------------------------------------------------------
55
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -468,6 +468,9 @@ TAS = @TAS@
468468
#
469469
# Global targets and rules
470470

471+
%.i:%.c
472+
$(CPP)$(CPPFLAGS) -o$@$<
473+
471474
%.gz:%
472475
$(GZIP) -f --best$<
473476

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp