Name: dm26566 Date: 03/19/2001
When building the Install Shield binaries for the JRE
in make/ishield/jre/Makefile, the last step of the 'cab-only'
target is to copy the newly generated file jinstall-1_4_0-internal-win.cab
to $(OUTPUTDIR):
@#
$(CP) $(TOPDIR)/ext/plugin/build/win32/bin/jinstall.exe
$(TMPDIR)/jinstall.exe
$(IPFW)/pftwwiz.exe $(TMPDIR)/cab-install.pfw -a -s
$(MV) $(TMPDIR)/jinstall*.cab $(OUTPUTDIR)
This 'cab' file is not part of the final deliverable and should not
be copied to OUTPUTDIR -- should we even be generating it at all?
======================================================================
- duplicates
-
JDK-4412782 building if Isheild bundles creates temporary file in the wrong location
-
- Closed
-