From 00af66e9c04c3f03ae1384691b4edf925f3cd073 Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Mon, 30 Aug 2010 00:51:23 +0200 Subject: supress messages for new perl makefiles --- plugins/perl/makefile-510.mak | 10 +++++----- plugins/perl/makefile-512.mak | 10 +++++----- plugins/perl/makefile-58.mak | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) (limited to 'plugins/perl') diff --git a/plugins/perl/makefile-510.mak b/plugins/perl/makefile-510.mak index 4cb8b550..619566b5 100644 --- a/plugins/perl/makefile-510.mak +++ b/plugins/perl/makefile-510.mak @@ -29,8 +29,8 @@ $(TARGET): perl.obj perl.def $(LINK) /DLL /out:$(TARGET) perl.obj $(LDFLAGS) $(PERLLIB).lib /libpath:$(PERLPATH) /DELAYLOAD:$(PERLLIB).dll DELAYIMP.LIB user32.lib shell32.lib advapi32.lib /def:perl.def clean: - del $(TARGET) - del *.obj - del perl.def - del *.lib - del *.exp + @del $(TARGET) + @del *.obj + @del perl.def + @del *.lib + @del *.exp diff --git a/plugins/perl/makefile-512.mak b/plugins/perl/makefile-512.mak index 10ee054d..4ba6a7f7 100644 --- a/plugins/perl/makefile-512.mak +++ b/plugins/perl/makefile-512.mak @@ -29,8 +29,8 @@ $(TARGET): perl.obj perl.def $(LINK) /DLL /out:$(TARGET) perl.obj $(LDFLAGS) $(PERLLIB).lib /libpath:$(PERLPATH) /DELAYLOAD:$(PERLLIB).dll DELAYIMP.LIB user32.lib shell32.lib advapi32.lib /def:perl.def clean: - del $(TARGET) - del *.obj - del perl.def - del *.lib - del *.exp + @del $(TARGET) + @del *.obj + @del perl.def + @del *.lib + @del *.exp diff --git a/plugins/perl/makefile-58.mak b/plugins/perl/makefile-58.mak index e26c6220..7af53b1c 100644 --- a/plugins/perl/makefile-58.mak +++ b/plugins/perl/makefile-58.mak @@ -29,8 +29,8 @@ $(TARGET): perl.obj perl.def $(LINK) /DLL /out:$(TARGET) perl.obj $(LDFLAGS) $(PERLLIB).lib /libpath:$(PERLPATH) /DELAYLOAD:$(PERLLIB).dll DELAYIMP.LIB user32.lib shell32.lib advapi32.lib /def:perl.def clean: - del $(TARGET) - del *.obj - del perl.def - del *.lib - del *.exp + @del $(TARGET) + @del *.obj + @del perl.def + @del *.lib + @del *.exp -- cgit 1.4.1