Issue 18483 - check consistency of setup2/util/makefile.mk
Summary: check consistency of setup2/util/makefile.mk
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: thomas.lange
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-21 11:19 UTC by thomas.lange
Modified: 2004-04-20 11:56 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description thomas.lange 2003-08-21 11:19:30 UTC
Please check if the following change in the makefile of setup2/util is OK for
OOo and SO:

RCS file: /cvs/installation/setup2/util/makefile.mk,v
retrieving revision 1.57
diff -r1.57 makefile.mk
370c370,371
<       setenv LD_LIBRARY_PATH $(LD_LIBRARY_PATH):$(JDKLIB)
---
>       setenv LD_LIBRARY_PATH $(LD_LIBRARY_PATH)
> #     setenv LD_LIBRARY_PATH $(LD_LIBRARY_PATH):$(JDKLIB)

This fixed a "word to long" error during the build
Comment 1 thomas.lange 2003-11-18 10:34:57 UTC
Since I stumbled in this again I set the target to OOo 2.0.
Comment 2 hjs 2004-03-26 16:44:01 UTC
i checked for SRC680 and it looks like this change is ok for OOo too. on the
other hand the usage of native installers will obsolete this fix.
Comment 3 thomas.lange 2004-04-20 11:54:51 UTC
.
Comment 4 thomas.lange 2004-04-20 11:56:17 UTC
seems OK according to HJS.
Comment 5 thomas.lange 2004-04-20 11:56:31 UTC
closed