From lechner@cs.uml.edu Wed Oct 19 04:27:26 2005 From: Bob Lechner Message-Id: <200510190827.j9J8RQe10841@mercury.cs.uml.edu> Subject: $RBGB : xmkmfnolog.csh still has bugs - but 'make' worked! (fwd) To: lechner@cs.uml.edu (Bob Lechner) > A final test of 'make' used pr_util_nolog at 4AM today onsaturn. > pr_util_*log/Makefile had extra '\' around l 1255. > I removed them and avoided separator errors. > -------- > pr_util_nolog/alpha/bin: > total 4584 > drwx--x--x 2 lechner 04f522 4096 Oct 19 04:20 . > drwxr-xr-x 5 lechner 04f522 4096 Aug 10 20:53 .. > -rwx--x--x 1 lechner 04f522 6773888 Oct 19 04:20 bde.exe > ---------- > > > $RBGB : xmkmfnolog.csh still has bugs - uses pr_util_log instead of pr_util_nolog.??? > > > > saturn.cs.uml.edu(242)> echo $RBGB > > /usr/cs/fac1/lechner/bde2alpha_rl/sandbox/bdeNT050526/bdegen13/bde > > > > > > I have been trying to make 4 bde versions independent of one another > > using separate pr-util_[no]log/$HOSTTYPE paths and pr_*.c files, > > but sharing bdesrc code. > > > > Two cshell procs xmkmf[no]log.csh > > discriminate and define LOG and GENLOG to set paths. > > > > Unfortunately bde/xmkmfnolog.csh fails to respond to #undef LOG > > which should make it use pr_util_nolog as the source of pr_*.c files. > > Instead both xmkmf[no]log.csh procs use pr_util_log source files. > > > > I can't find the bug. pr_util_log use depends on #ifdef LOG. > > configurenolog.h has #undef LOG and is #included in Imakefiles. > > Perhaps XVARdef1 and XVARuse1 are needed as defined in man csh. > > >