[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference smurf::buildhelp

Title:USG buildhelp questions/answers
Moderator:SMURF::FILTER
Created:Mon Apr 26 1993
Last Modified:Mon Jan 20 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2763
Total number of notes:5802

371.0. "bco -u -r$LATEST" by SMURF::FILTER (Automatic Posting Software - mail to flume::puck) Fri Oct 08 1993 18:37

Date Of Receipt: 	 7-OCT-1993 10:05:40.89
From: 	QUARRY::mjr "Michael Rickabaugh USG  07-Oct-1993 1006"
To: 	odehelp@DEC:.zko.quarry
CC: 	metsky@DEC:.zko.quarry
Subj: 	bco -u -r$LATEST

I just created a sandbox backed by agosminor.bl6, and then
did a 'mklinks -dironly usr/ccs/bin/ld'.

I then went into that directory, and then typed:

% bco -u -r$LATEST Makefile

I expected that this would give me the latest Makefile in
the submit pool rather than the one in the backing tree.
Instead, I got a Makefile that is *neither* the one in
the backing tree, *nor* the submit tree.

How come?

This is how I know:

The first several lines from the Makefile the 'bco' gave me:

% more Makefile
#
# @DEC_COPYRIGHT@
#
#
# HISTORY
# $Log: Makefile,v $
# Revision 4.2.5.6  1993/01/12  10:10:56  Jin_Chen
#       Removed ILINKS
#       [93/01/12  10:09:20  Jin_Chen]
#
# Revision 4.2.5.5  92/12/28  10:47:51  Mike_Rickabaugh
#       Changed PAGESIZE to SEGMENTPAGESIZE to avoid conflict in rt_limits.h.
#       [92/12/21  14:32:09  Mike_Rickabaugh]



From the agosminor.bl6 backing tree:

% more link/Makefile
#
# @DEC_COPYRIGHT@
#
#
# HISTORY
# $Log: Makefile,v $
# Revision 4.2.12.4  1993/06/03  16:26:47  Brett_Sampson
#       merge of ag maintenance BL4 changes
#       [1993/06/03  16:25:26  Brett_Sampson]
#
# Revision 4.2.13.3  1993/04/13  20:29:14  Randy_Lowell
#       Added -D_OBJ_NO_MGOT until ld multigot changes are complete.
#       [1993/04/12  19:58:50  Randy_Lowell]


From the submit tree (the one I wanted):

% more Makefile
#
# @DEC_COPYRIGHT@
#
#
# HISTORY
# $Log: Makefile,v $
# Revision 4.2.12.5  1993/09/30  13:54:42  Jim_McHale
#       Made ld link with rrf_malloc.c so large apps would
#        be able to use the system ld not an under the table ld.
#       [1993/09/30  13:51:41  Jim_McHale]


And in case it matters:

% echo $LATEST
ALPHA;<99/12/31,23:59:59

T.RTitleUserPersonal
Name
DateLines
371.1Re: bco -u -r$LATESTSMURF::FILTERAutomatic Posting Software - mail to flume::puckFri Oct 08 1993 18:3814
Date Of Receipt: 	 7-OCT-1993 10:11:42.49
From: 	ALPHA::"[email protected]" "John Flanagan USG Test Johnf Tools Group  07-Oct-1993 1011"
To: 	[email protected]
CC: 	[email protected], [email protected], [email protected]
Subj: 	Re: bco -u -r$LATEST

Mike,

Try bco -u -r$NEW.

See what that get you.

John

371.2Re: bco -u -r$LATESTSMURF::FILTERAutomatic Posting Software - mail to flume::puckFri Oct 08 1993 18:3911
Date Of Receipt: 	 7-OCT-1993 10:13:47.46
From: 	QUARRY::mjr "Michael Rickabaugh USG  07-Oct-1993 1014"
To: 	John Flanagan <johnf@DEC:.zko.quarry>
CC: 	odehelp@DEC:.zko.quarry, metsky@DEC:.zko.quarry
Subj: 	Re: bco -u -r$LATEST

That gave me the one I wanted.

Thanks,
-mike