From 8025c389897bc7b26307fdb0452027421d84aba7 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Sat, 17 Jul 1999 20:47:44 +0000 Subject: noecho noops (from Nicholas Clark ) p4raw-id: //depot/perl@3688 --- ext/SDBM_File/sdbm/Makefile.PL | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'ext/SDBM_File') diff --git a/ext/SDBM_File/sdbm/Makefile.PL b/ext/SDBM_File/sdbm/Makefile.PL index e6fdcf9306..4453dea1fd 100644 --- 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; -- cgit v1.2.1