Checking in diagnostics for puma problem.

This commit is contained in:
warren%netscape.com 2000-09-20 21:20:59 +00:00
parent f8fa4b25b4
commit bee219540c

View File

@ -1139,7 +1139,10 @@ chrome::
install:: chrome
REGCHROME = $(PERL) $(MOZILLA_DIR)/config/add-chrome.pl $(DIST)/bin/chrome/installed-chrome.txt
REGCHROME = echo $(PERL) $(MOZILLA_DIR)/config/add-chrome.pl $(DIST)/bin/chrome/installed-chrome.txt; \
pwd; \
ls $(MOZILLA_DIR)/config; \
$(PERL) $(MOZILLA_DIR)/config/add-chrome.pl $(DIST)/bin/chrome/installed-chrome.txt
##############################################################################