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

Commit937aef3

Browse files
committed
Ensure that src/tutorial gets cleaned by top-level make clean.
1 parent65b6868 commit937aef3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

‎src/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $Header: /cvsroot/pgsql/src/Makefile,v 1.26 2002/07/27 20:10:04 petere Exp $
7+
# $Header: /cvsroot/pgsql/src/Makefile,v 1.27 2002/07/30 17:47:58 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -32,6 +32,7 @@ clean:
3232
$(MAKE) -C bin$@
3333
$(MAKE) -C pl$@
3434
$(MAKE) -Ctest$@
35+
$(MAKE) -C tutorial$@
3536

3637
distcleanmaintainer-clean:
3738
-$(MAKE) -C port$@
@@ -41,4 +42,5 @@ distclean maintainer-clean:
4142
-$(MAKE) -C bin$@
4243
-$(MAKE) -C pl$@
4344
-$(MAKE) -Ctest$@
45+
-$(MAKE) -C tutorial$@
4446
rm -f Makefile.port Makefile.global

‎src/tutorial/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for tutorial
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/tutorial/Makefile,v 1.14 2001/10/26 20:45:33 tgl Exp $
7+
# $Header: /cvsroot/pgsql/src/tutorial/Makefile,v 1.15 2002/07/30 17:47:58 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -30,5 +30,5 @@ all: $(DLOBJS) $(QUERIES)
3030
C=`pwd`;\
3131
sed -e"s:_OBJWD_:$$C:g"<$<>$@
3232

33-
clean:
33+
cleandistcleanmaintainer-clean:
3434
rm -f$(DLOBJS)$(QUERIES)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp