[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

1822.0. "How can I prevent the stripping of images in the build install phase ?" by AOSG::FILTER (Automatic Posting Software - mail to flume::puck) Sun Sep 17 1995 18:54

Date Of Receipt: 	17-SEP-1995 17:30:50.07
From: 	SMURF::ALPHA::"[email protected]"
To: 	[email protected]
CC: 	
Subj: 	How can I prevent the stripping of images in the build install phase ?
T.RTitleUserPersonal
Name
DateLines
1822.1Re: How can I prevent the stripping of images in the build install phase ?AOSG::FILTERAutomatic Posting Software - mail to flume::puckMon Sep 18 1995 01:5619
Date Of Receipt: 	18-SEP-1995 00:41:45.98
From: 	SMURF::FLUME::jmcg "Jim McGinness"
To: 	[email protected]
CC: 	buildhelp@DEC:.zko.flume
Subj: 	Re:  How can I prevent the stripping of images in the build install phase ?

I believe either

   setenv NOSTRIP 1
   build install

or

   build install NOSTRIP=1

will do what you want.

 -- jmcg

1822.2Re: How can I prevent the stripping of images in the build install phase ?AOSG::FILTERAutomatic Posting Software - mail to flume::puckMon Sep 18 1995 10:5830
Date Of Receipt: 	18-SEP-1995 09:18:03.39
From: 	SMURF::QUARRY::"[email protected]" "18-Sep-1995 0916"
To: 	[email protected]
CC: 	[email protected]
Subj: 	Re: How can I prevent the stripping of images in the build install 
	phase ?

Or, in your Makefile, just set NOSTRIP equal to anything. As long as it's in 
the environment the Target won't get stripped. This is useful if you have 
several targets but only one shouldn't be stripped.
\

	-Grant


| I believe either
| 
|    setenv NOSTRIP 1
|    build install
| 
| or
| 
|    build install NOSTRIP=1
| 
| will do what you want.
| 
|  -- jmcg