Issue 7767 - Generate a Posix sh compatible environment settings file
Summary: Generate a Posix sh compatible environment settings file
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: 642
Hardware: All All
: P4 Trivial (vote)
Target Milestone: ---
Assignee: foskey
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-17 13:31 UTC by chris
Modified: 2003-02-24 14:16 UTC (History)
2 users (show)

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


Attachments
Patch against set_soenv.in from SRX643_OO (8.14 KB, patch)
2002-09-17 13:32 UTC, chris
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description chris 2002-09-17 13:31:26 UTC
This is a patch I would like to apply to make it possible to develop OOo from
within a sh-compatible shell.  If USE_SHELL is tcsh, it generates a second
settings file called $(outfile).sh containing the environment commands in sh syntax.

I created the file in parallel so that it does not break any existing scripts,
which I guess changing SHELL or USE_SHELL may do because the syntax of shell
commands in the makefiles would need to be adjusted.  The complete removal of
the tcsh dependency is an issue that would take longer to complete; this is an
interim measure that makes it possible to work on the command line within
sh/ksh/bash.
Comment 1 chris 2002-09-17 13:32:31 UTC
Created attachment 2881 [details]
Patch against set_soenv.in from SRX643_OO
Comment 2 chris 2002-09-19 09:09:23 UTC
Hi Ken, I've just been reading discussion on dev@ from August and saw
you said you're willing to manage patches in config_office (I was
thinking you were only doing #3660 and friends).  So I gladly assign
this to you ;)
Comment 3 foskey 2002-10-08 12:55:13 UTC
Patch has been tested and applied.
Comment 4 chris 2003-02-24 14:16:01 UTC
Verified & released in 1.0.2; closing