[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

BBTOPDIR and BBHOME



Hi,

I wanted to build a client and put in a directory.  But all files are placed 
in a subdirectiry called client.  This is hardcoded in the confgure and 
Makefile scripts.
In the Makefile are 2 vaiabele defined: BBTOPDIR and BBHOME.  BBHOME = 
$BBTOPDIR/client.
Changing these variabele is not enough because the client subdirectory is also 
hardcoded in other places.  So in some places (for instance the 
clientlaunch.cfg) BBTOPDIR/client is used, this should be BBHOME.

I changed all files and removed the client directory dependency.  It's working 
now.  But maybe it's a better idea to change the configure and install 
scripts and use the variabele BBHOME and BBTOPDIR.


Stef