projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a574d6
)
noecho noops (from Nicholas Clark <nick@flirble.org>)
author
Gurusamy Sarathy
<gsar@cpan.org>
Sat, 17 Jul 1999 20:47:44 +0000
(20:47 +0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Sat, 17 Jul 1999 20:47:44 +0000
(20:47 +0000)
p4raw-id: //depot/perl@3688
ext/SDBM_File/sdbm/Makefile.PL
patch
|
blob
|
history
diff --git
a/ext/SDBM_File/sdbm/Makefile.PL
b/ext/SDBM_File/sdbm/Makefile.PL
index
e6fdcf9
..
4453dea
100644
(file)
--- a/
ext/SDBM_File/sdbm/Makefile.PL
+++ b/
ext/SDBM_File/sdbm/Makefile.PL
@@
-42,12
+42,14
@@
INST_STATIC = libsdbm$(LIB_EXT)
}
sub MY::top_targets {
+ my $noecho = shift->{NOECHO};
+
my $r = '
all :: static
-
$(NOECHO)
$(NOOP)
+
' . $noecho . '
$(NOOP)
config ::
-
$(NOECHO)
$(NOOP)
+
' . $noecho . '
$(NOOP)
lint:
lint -abchx $(LIBSRCS)
@@
-58,7
+60,7
@@
lint:
# variables into the environment so $(MYEXTLIB) is set in here to this
# value which can not be built.
sdbm/libsdbm.a:
-
$(NOECHO)
$(NOOP)
+
' . $noecho . '
$(NOOP)
' unless $^O eq 'VMS';
return $r;