From 39f209f9edc67332a284f46ecee8f7c27f606245 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 24 Jan 2010 14:24:24 +0000 Subject: Run Perl scripts quietly during make. --- bin/bbackupd/Makefile.extra | 2 +- bin/bbackupquery/Makefile.extra | 2 +- bin/bbstored/Makefile.extra | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/bbackupd/Makefile.extra b/bin/bbackupd/Makefile.extra index 52e21366..25ceb1e7 100644 --- a/bin/bbackupd/Makefile.extra +++ b/bin/bbackupd/Makefile.extra @@ -3,5 +3,5 @@ MAKEEXCEPTION = ../../lib/common/makeexception.pl # AUTOGEN SEEDING autogen_ClientException.h autogen_ClientException.cpp: $(MAKEEXCEPTION) ClientException.txt - $(PERL) $(MAKEEXCEPTION) ClientException.txt + $(_PERL) $(MAKEEXCEPTION) ClientException.txt diff --git a/bin/bbackupquery/Makefile.extra b/bin/bbackupquery/Makefile.extra index f347c451..e1049b6d 100644 --- a/bin/bbackupquery/Makefile.extra +++ b/bin/bbackupquery/Makefile.extra @@ -1,6 +1,6 @@ # AUTOGEN SEEDING autogen_Documentation.cpp: makedocumentation.pl documentation.txt - $(PERL) makedocumentation.pl + $(_PERL) makedocumentation.pl diff --git a/bin/bbstored/Makefile.extra b/bin/bbstored/Makefile.extra index 94bc3fb9..6562647d 100644 --- a/bin/bbstored/Makefile.extra +++ b/bin/bbstored/Makefile.extra @@ -5,5 +5,5 @@ GEN_CMD_SRV = $(MAKEPROTOCOL) Server backupprotocol.txt # AUTOGEN SEEDING autogen_BackupProtocolServer.cpp autogen_BackupProtocolServer.h: $(MAKEPROTOCOL) backupprotocol.txt - $(PERL) $(GEN_CMD_SRV) + $(_PERL) $(GEN_CMD_SRV) -- cgit v1.2.3