From a4ae2af9fec55da5f175cbb52bf7b875c7c7c631 Mon Sep 17 00:00:00 2001 From: "alecf%flett.org" Date: Tue, 17 Jun 2003 17:23:32 +0000 Subject: [PATCH] just adding a '-q' to the UNZIP line - not part of the default build (this just quiets down the console spew while building the embedded client) git-svn-id: svn://10.0.0.236/trunk@143804 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/embedding/config/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/embedding/config/Makefile.in b/mozilla/embedding/config/Makefile.in index 55fc0ab4e30..caa7012280e 100644 --- a/mozilla/embedding/config/Makefile.in +++ b/mozilla/embedding/config/Makefile.in @@ -58,7 +58,7 @@ else b=`basename $$f | sed -e 's|.jar$$||'` ; \ echo "$$b" ; \ $(NSINSTALL) -D $(DIST)/Embed/tmpchrome/$$b ;\ - $(UNZIP) -o -d $(DIST)/Embed/tmpchrome/$$b $$f ; \ + $(UNZIP) -q -o -d $(DIST)/Embed/tmpchrome/$$b $$f ; \ done $(PERL) -I$(srcdir) $(srcdir)/gen_mn.pl -manifest $(MOZILLA_DIR)/embedding/config/embed-jar.mn -mozpath $(MOZILLA_DIR) -chrome $(DIST)/Embed/tmpchrome > $(MOZILLA_DIR)/embedding/config/embed-tmp.mn $(PERL) -I$(MOZILLA_DIR)/config $(MOZILLA_DIR)/config/make-jars.pl -a -v -f $(MOZ_CHROME_FILE_FORMAT) -d $(DIST)/bin/chrome -s $(DIST)/Embed/tmpchrome -z $(ZIP) < $(MOZILLA_DIR)/embedding/config/embed-tmp.mn