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
This commit is contained in:
parent
2650e7e8e8
commit
a4ae2af9fe
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user