Bug 4755 - Rebuilding launcher from another directory (1GGNRG0)
Summary: Rebuilding launcher from another directory (1GGNRG0)
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: All Linux
: P3 normal (vote)
Target Milestone: 2.0 M2   Edit
Assignee: Kevin Cornell CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-11 14:22 EDT by Mike Wilson CLA
Modified: 2002-03-07 10:32 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Wilson CLA 2001-10-11 14:22:26 EDT
When building the executable on Linux using the build.csh script, errors are generated.

Putting the following line at the beginning allows building from any directory:
cd `dirname $0`

NOTES:

JM (7/25/2001 11:27:57 AM)
	Moving to Releng

BY (8/2/01 1:35:39 PM)
	Moving to SWT

SSQ (8/2/01 1:46:51 PM) -
	Could you add the errors you are getting to the PR?
	
KJD (8/2/2001 1:53:30 PM)
	Here are the errors:
grep: No match.
Building Linux version the eclipse splash program
make: make_linux.mak: No such file or directory
make: *** No rule to make target `make_linux.mak'.  Stop.
Comment 1 DJ Houghton CLA 2001-10-29 16:36:00 EST
PRODUCT VERSION:
Eclipse SDK 0.9 Shipped

Comment 2 Kevin Cornell CLA 2001-12-28 09:36:12 EST
Added the recommended "cd `dirname $0`" to build.csh.