T.R | Title | User | Personal Name | Date | Lines |
---|
1822.1 | Re: How can I prevent the stripping of images in the build install phase ? | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Mon Sep 18 1995 01:56 | 19 |
| 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.2 | Re: How can I prevent the stripping of images in the build install
phase ? | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Mon Sep 18 1995 10:58 | 30 |
| 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
|