Hi Pavel,

native56 brought FORCE_DOWNLOADSETS environment variable.

native54 brought FORCE_DOWNLOADSETS. But this is not required for OpenOffice.org builds. In instsetoo_native/util/makefile.mk you find

.IF "$(CWS_WORK_STAMP)=="" || "$(UPDATER)!=""
ENABLE_DOWNLOADSETS*=TRUE
.ENDIF                  # "$(CWS_WORK_STAMP)=="" || "$(UPDATER)!=""
.IF "$(FORCE_DOWNLOADSETS)"!=""
ENABLE_DOWNLOADSETS=TRUE
.ENDIF                  # "$(FORCE_DOWNLOADSETS)"!=""

Because $(UPDATER) is not empty in OOo environment, ENABLE_DOWNLOADSETS is set. Unfortunately there is a bug in solenv/bin/makeinstaller.pl that checks for $(FORCE_DOWNLOADSETS) and not for $(ENABLE_DOWNLOADSETS). But this is fixed in m178.
Greetings

 Ingo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to