Issue 23529 - Remove code duplication in bootstrap.2
Summary: Remove code duplication in bootstrap.2
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: configure (show other issues)
Version: OOo 1.1
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: quetschke
QA Contact: issues@tools
URL:
Keywords:
Depends on: 23344
Blocks:
  Show dependency tree
 
Reported: 2003-12-13 16:13 UTC by quetschke
Modified: 2006-03-14 21:02 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description quetschke 2003-12-13 16:13:15 UTC
See issue 23344 for details.

The
--- bootstrap.2 ---
# create a minor.mk file

if ( !( -e $SOLARVER/$UPD/$INPATH/inc/${UPD}minor.mk ) ) then
   mkdir -p $SOLARVER
   mkdir -p $SOLARVER/$UPD
   mkdir -p $SOLARVER/$UPD/$INPATH
   mkdir -p $SOLARVER/$UPD/$INPATH/inc

   cd $SOLARVER/$UPD/$INPATH/inc
   cat $SOLARENV/inc/minor.mk > ${UPD}minor.mk
   cd ${SRC_ROOT}
endif
--- bootstrap.2 ---

part is not needed, settings.mk takes care about that part.
Comment 1 quetschke 2003-12-13 16:14:38 UTC
Set target.
Comment 2 quetschke 2004-02-18 01:57:51 UTC
Committed to cws_src680_ooo20040225, resolving fixed.
Comment 3 quetschke 2004-02-26 22:34:08 UTC
Reopen to reassign
Comment 4 quetschke 2004-02-26 22:34:54 UTC
Grr, wrong issue, resolve fixed
Comment 5 quetschke 2004-04-28 17:08:17 UTC
Grr, wrong target, fixed in SRC680
Comment 6 quetschke 2004-06-02 15:56:20 UTC
verified
Comment 7 quetschke 2004-06-02 15:56:50 UTC
Patch present in HEAD. close