[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

2584.0. "Re: Using genpath..." by AOSG::FILTER (Automatic Posting Software - mail to flume::puck) Tue Oct 15 1996 18:17

Date Of Receipt: 	25-SEP-1996 13:40:20.25
From: 	FLUME::"[email protected]" "Jon Reeves"
To: 	[email protected], [email protected]
CC: 	[email protected]
Subj: 	Re: Using genpath...
I missed that paragraph, but it wasn't the problem: 	

cp `(cd ../../../../../../src/usr/ccs/bin/cmpo;genpath -locate cmpos)` cmpos ; chmod 555 cmpos
genpath: switch -locate not recognized

T.RTitleUserPersonal
Name
DateLines
2584.1Re: Using genpath...AOSG::FILTERAutomatic Posting Software - mail to flume::puckTue Oct 15 1996 18:1721
Date Of Receipt: 	25-SEP-1996 13:44:05.43
From: 	FLUME::"[email protected]" "Joshua M. Friedman Digital UNIX"
To: 	[email protected], [email protected]
CC: 	[email protected]
Subj: 	Re: Using genpath...

The genpath in the ode tools has a -locate; the genpath we use doesn't
have that switch, which is why genloc was invented.

As a little "project" we need to just prove that both genpaths will
yield the same results (this should be tried in shadow) and then we
can update our builds to no longer have a different genpath.

-josh


fyi, re:
cp `(cd ../../../../../../src/usr/ccs/bin/cmpo;genpath -locate cmpos)` cmpos ; c
hmod 555 cmpos
genpath: switch -locate not recognized

2584.2Re: Using genpath...AOSG::FILTERAutomatic Posting Software - mail to flume::puckTue Oct 15 1996 18:188
Date Of Receipt: 	25-SEP-1996 14:18:30.84
From: 	FLUME::"[email protected]" "Jon Reeves"
To: 	[email protected], [email protected], [email protected]
CC: 	[email protected]
Subj: 	Re: Using genpath...

Yup -- genloc does the trick.  Thanks.