Closed Bug 12939 Opened 25 years ago Closed 25 years ago

Modification request to Makefile for installation.

Categories

(Webtools Graveyard :: Tinderbox, defect, P4)

x86
Linux

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: hittjw, Assigned: slamm)

Details

Several files and directories are not created in the install directory for
Tinderbox.  Most systems administrators would know enough to make the
adjustments, but missing items could delay installation as it did in our case.

Recommended changes include the following 'cvs diff':

Index: Makefile
===================================================================
RCS file: /cvsroot/mozilla/webtools/tinderbox/Makefile,v
retrieving revision 1.3
diff -r1.3 Makefile
25,30c25,30
< #BONSAI = /home/httpd/html/bonsai
< #CVSROOT = /cvsroot
< #GZIP = /usr/bin/gzip
< #PERL = /usr/bin/perl
< #PREFIX = /home/httpd/html/tinderbox
< #UUDECODE = /usr/bin/uudecode
---
> BONSAI = /home/httpd/html/bonsai
> CVSROOT = /home/cvsroot
> GZIP = /usr/bin/gzip
> PERL = /usr/bin/perl
> PREFIX = /home/httpd/html/tinderbox
> UUDECODE = /usr/bin/uudecode
52a53,54
> examples/build-moz-smoke.pl \
> examples/buildit.config \
62a65
>       mkdir -p $(PREFIX)/examples && \
EOF
Priority: P3 → P4
In addition to the file requeted to be added to the Makefile, the file
'Backwards.pm' will also need to be installed to improve the chances of a
correct installation the first time.  This file can just be added to the install
list.
Status: NEW → ASSIGNED
Target Milestone: M18
Marking assigned. Hopefully I can clean up tinderbox install after mozilla beta.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
I applied the changes except for the variable settings. We should use autoconf
to set those. Marking fixed.
Thank you for the patch.
Unsetting target milestone so we can delete the old (inappropriate)
Mozilla target milestones from Webtools.
Target Milestone: M18 → ---
Product: Webtools → Webtools Graveyard
You need to log in before you can comment on or make changes to this bug.