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

Commitfe73396

Browse files
committed
Indent comments in makefiles better so they don't appear in the output.
1 parent53a11be commitfe73396

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

‎doc/src/sgml/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# PostgreSQL documentation makefile
44
#
5-
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.86 2006/12/15 16:50:07 momjian Exp $
5+
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.87 2007/01/07 08:49:31 petere Exp $
66
#
77
#----------------------------------------------------------------------------
88

@@ -153,7 +153,7 @@ JADE.tex.call = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d $(srcdir)/styl
153153

154154
%.dvi:%.tex-ps
155155
@rm -f$*.aux$*.log
156-
# multiple runs are necessary to create proper intra-document links
156+
# multiple runs are necessary to create proper intra-document links
157157
jadetex $<
158158
jadetex $<
159159
jadetex $<
@@ -164,7 +164,7 @@ JADE.tex.call = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d $(srcdir)/styl
164164

165165
%.pdf:%.tex-pdf
166166
@rm -f$*.aux$*.log$*.out
167-
# multiple runs are necessary to create proper intra-document links
167+
# multiple runs are necessary to create proper intra-document links
168168
pdfjadetex $<
169169
pdfjadetex $<
170170
pdfjadetex $<

‎src/Makefile.shlib

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Copyright (c) 1998, Regents of the University of California
77
#
88
# IDENTIFICATION
9-
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.105 2006/09/19 15:36:07 tgl Exp $
9+
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.106 2007/01/07 08:49:31 petere Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -193,7 +193,8 @@ ifeq ($(PORTNAME), solaris)
193193
ifeq ($(GCC), yes)
194194
LINK.shared= $(CC) -shared
195195
else
196-
LINK.shared= $(CC) -G $(CFLAGS)# CFLAGS added for X86_64
196+
# CFLAGS added for X86_64
197+
LINK.shared= $(CC) -G $(CFLAGS)
197198
endif
198199
ifeq ($(with_gnu_ld), yes)
199200
LINK.shared+= -Wl,-soname,$(soname)
@@ -354,7 +355,8 @@ endif
354355

355356
ifeq ($(enable_shared), yes)
356357
install-lib-shared: $(shlib)
357-
ifneq ($(PORTNAME), aix)# we don't install $(shlib) on AIX
358+
# we don't install $(shlib) on AIX
359+
ifneq ($(PORTNAME), aix)
358360
$(INSTALL_SHLIB) $< '$(DESTDIR)$(libdir)/$(shlib)'
359361
ifneq ($(PORTNAME), cygwin)
360362
ifneq ($(PORTNAME), win32)

‎src/backend/port/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# be converted to Method 2.
1414
#
1515
# IDENTIFICATION
16-
# $PostgreSQL: pgsql/src/backend/port/Makefile,v 1.23 2006/04/28 17:09:16 momjian Exp $
16+
# $PostgreSQL: pgsql/src/backend/port/Makefile,v 1.24 2007/01/07 08:49:31 petere Exp $
1717
#
1818
#-------------------------------------------------------------------------
1919

@@ -49,7 +49,7 @@ win32.dir:
4949

5050
tas.o: tas.s
5151
ifeq ($(PORTNAME), solaris)
52-
# preprocess assembler file with cpp, used by x86
52+
# preprocess assembler file with cpp, used by x86
5353
$(CC) $(CFLAGS) -c -P $<
5454
mv $*.i $*_cpp.s
5555
$(CC) $(CFLAGS) -c $*_cpp.s -o $@

‎src/interfaces/libpq/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
66
# Portions Copyright (c) 1994, Regents of the University of California
77
#
8-
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.153 2007/01/05 22:20:00 momjian Exp $
8+
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.154 2007/01/07 08:49:31 petere Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

@@ -170,7 +170,8 @@ uninstall: uninstall-lib
170170

171171
cleandistclean: clean-lib
172172
rm -f$(OBJS) pg_config_paths.h crypt.c getaddrinfo.c inet_aton.c noblock.c open.c pgstrcasecmp.c snprintf.c strerror.c strlcpy.c thread.c md5.c ip.c encnames.c wchar.c pthread.h exports.list
173-
rm -f pg_config_paths.h# Might be left over from a Win32 client-only build
173+
# Might be left over from a Win32 client-only build
174+
rm -f pg_config_paths.h
174175

175176
maintainer-clean: distclean
176177
rm -f$(srcdir)/libpqdll.def$(srcdir)/libpqddll.def$(srcdir)/blibpqdll.def$(srcdir)/libpq.rc

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp