From: Jason H. <jc...@ey...> - 2001-09-27 18:21:41
|
Ugh. This isn't going to be fun. Here's an example hurdle I just tripped over. binarycloud/Makefile - runs base/Makefile - which installs packages into the build directory. $BUILD_DIR. The build directory may be binarycloud/build/site_name8373/it/. Currently, my Makefile.in sees $BUILD_DIR as $(BC_DIR)/build/$(BC_SITE)/$(BC_LANG) So if you run 'make' from binarycloud/, somehow it's supposed to know which site and language you want to install to. This needs a solution. jason |