Fix 'webconfig' target (bug 34193).

This commit is contained in:
slamm%netscape.com 2000-05-08 20:51:48 +00:00
parent 46f78f58ef
commit 2e3bd40ade

View File

@ -278,20 +278,19 @@ real_checkout:
####################################
# Web configure
WEBCONFIG_URL := http://webtools.mozilla.org/build/config.cgi
WEBCONFIG_FILE := $(HOME)/.mozconfig
MOZCONFIG2URL := build/autoconf/mozconfig2url
MOZCONFIG2CONFIGURATOR := build/autoconf/mozconfig2configurator
webconfig:
cd $(TOPSRCDIR); \
url=$(WEBCONFIG_URL)`$(MOZCONFIG2URL) $(TOPSRCDIR)`; \
@cd $(TOPSRCDIR); \
url=`$(MOZCONFIG2CONFIGURATOR) $(TOPSRCDIR)`; \
echo Running netscape with the following url: ;\
echo ;\
echo $$url ;\
netscape -remote "openURL($$url)" || netscape $$url ;\
echo ;\
echo 1. Fill out the form on the browser. ;\
echo 2. Save the results to $(WEBCONFIG_FILE).
echo 2. Save the results to $(WEBCONFIG_FILE)
#####################################################
# First Checkout