[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

318.0. "how to test symlink install step?" by SMURF::FILTER (Automatic Posting Software - mail to flume::puck) Mon Sep 13 1993 17:00

Date Of Receipt: 	13-SEP-1993 15:30:35.96
From: 	ABYSS::jtkohl "John Kohl"
To: 	abyss::buildhelp
CC: 	
Subj: 	how to test symlink install step?

I need to add a symlink to /usr/lib (libcdrom.a, pointing to
../ccs/lib/libcdrom.a), but I can't figure out a way to test the
installation of the symlink.

./usr/ccs/lib/Makefile has a name listing the symlinks to be created.
What command can I run to have the symlinks created in a test install
area (such as /tmp/usr/lib/ )?

John

T.RTitleUserPersonal
Name
DateLines
318.1Re: how to test symlink install step?SMURF::FILTERAutomatic Posting Software - mail to flume::puckMon Sep 13 1993 18:048
Date Of Receipt: 	13-SEP-1993 16:10:48.71
From: 	FLUME::jmcg "Jim McGinness"
To: 	[email protected], [email protected]
CC: 	
Subj: 	Re:  how to test symlink install step?

build install TOSTAGE=/tmp

318.2Re: how to test symlink install step?SMURF::FILTERAutomatic Posting Software - mail to flume::puckTue Sep 14 1993 10:4411
Date Of Receipt: 	14-SEP-1993 09:02:03.49
From: 	FLUME::jmcg "Jim McGinness"
To: 	[email protected]
CC: 	flume::buildhelp
Subj: 	Re: how to test symlink install step?

Use mklinks to populate the obj tree.  This *should* satisfy make that
it doesn't need to build anything.

	-- jmcg