mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
Indent comments in makefiles better so they don't appear in the output.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
# be converted to Method 2.
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $PostgreSQL: pgsql/src/backend/port/Makefile,v 1.23 2006/04/28 17:09:16 momjian Exp $
|
||||
# $PostgreSQL: pgsql/src/backend/port/Makefile,v 1.24 2007/01/07 08:49:31 petere Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@@ -49,7 +49,7 @@ win32.dir:
|
||||
|
||||
tas.o: tas.s
|
||||
ifeq ($(PORTNAME), solaris)
|
||||
# preprocess assembler file with cpp, used by x86
|
||||
# preprocess assembler file with cpp, used by x86
|
||||
$(CC) $(CFLAGS) -c -P $<
|
||||
mv $*.i $*_cpp.s
|
||||
$(CC) $(CFLAGS) -c $*_cpp.s -o $@
|
||||
|
||||
Reference in New Issue
Block a user