Changeset 2598 for box/trunk/bin


Ignore:
Timestamp:
24/01/2010 14:24:24 (2 years ago)
Author:
chris
Message:

Run Perl scripts quietly during make.

Location:
box/trunk/bin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/bin/bbackupd/Makefile.extra

    r1478 r2598  
    44# AUTOGEN SEEDING 
    55autogen_ClientException.h autogen_ClientException.cpp:  $(MAKEEXCEPTION) ClientException.txt 
    6         $(PERL) $(MAKEEXCEPTION) ClientException.txt 
     6        $(_PERL) $(MAKEEXCEPTION) ClientException.txt 
    77 
  • box/trunk/bin/bbackupquery/Makefile.extra

    r536 r2598  
    22# AUTOGEN SEEDING 
    33autogen_Documentation.cpp:      makedocumentation.pl documentation.txt 
    4         $(PERL) makedocumentation.pl 
     4        $(_PERL) makedocumentation.pl 
    55 
    66 
  • box/trunk/bin/bbstored/Makefile.extra

    r536 r2598  
    66# AUTOGEN SEEDING 
    77autogen_BackupProtocolServer.cpp autogen_BackupProtocolServer.h:        $(MAKEPROTOCOL) backupprotocol.txt 
    8         $(PERL) $(GEN_CMD_SRV) 
     8        $(_PERL) $(GEN_CMD_SRV) 
    99 
Note: See TracChangeset for help on using the changeset viewer.