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

Commitb141c5a

Browse files
committed
Fix where 'make clean' wipes out everything if no obj directory
exists...Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
1 parent95b6f6e commitb141c5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/mk/postgres.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
#
1111
# IDENTIFICATION
12-
# $Header: /cvsroot/pgsql/src/mk/Attic/postgres.mk,v 1.1.1.1 1996/07/09 06:22:19 scrappy Exp $
12+
# $Header: /cvsroot/pgsql/src/mk/Attic/postgres.mk,v 1.2 1996/07/27 02:04:12 scrappy Exp $
1313
#
1414
#-------------------------------------------------------------------------
1515

@@ -104,7 +104,7 @@ VPATH:= $(CURDIR)/$(objdir)
104104

105105
# clean up the objects and generated files
106106
clean:
107-
cd$(objdir); rm -f$(CLEANFILES)
107+
@iftest -d$(objdir);thencd$(objdir); rm -f$(CLEANFILES);elsetrue;fi;
108108

109109
# just a matter of personal taste; make sure we do something and don't
110110
# get this message: "gmake[1]: Nothing to be done for 'all'."

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp