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

Commit0f5c1b2

Browse files
committed
Clean files after installing, since those files will most likely be root
owned, which can be annoying.
1 parenta5046ad commit0f5c1b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/perl5/GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile according to its own ideas and then invoke the rules from
55
# that file.
66
#
7-
# $Header: /cvsroot/pgsql/src/interfaces/perl5/Attic/GNUmakefile,v 1.3 2000/10/24 16:59:59 tgl Exp $
7+
# $Header: /cvsroot/pgsql/src/interfaces/perl5/Attic/GNUmakefile,v 1.4 2000/11/16 16:21:55 petere Exp $
88

99
subdir = src/interfaces/perl5
1010
top_builddir = ../../..
@@ -39,7 +39,7 @@ install: Makefile
3939
$(MAKE) -f Makefile all
4040
-@if [-w"`$(MAKE) --quiet -f Makefile echo-installdir`" ];then\
4141
$(MAKE) -f Makefile install;\
42-
rm -f Makefile;\
42+
$(MAKE) clean;\
4343
else\
4444
echo"*****";\
4545
echo"* Skipping the installation of the Perl module for lack of permissions.";\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp