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 |
Date Of Receipt: 14-AUG-1995 11:07:32.40 From: SMURF::FLUME::jmf "Joshua M. Friedman OSF/UNIX SDE 14-Aug-1995 1106" To: buildhelp@DEC:.zko.flume CC: wrksys::nishimoto Subj: 'build' problem/question Can anyone please offer assitance to Pete? thanks... ------- Forwarded Message From: [email protected] (Pete Nishimoto PKO3-1/N30 (223.6343/381.1107)) To: [email protected] Cc: [email protected] Subject: 'build' problem/question Hello, I'm having a little problem with making Makfiles for my stuff (maybe this occured because of the 3.0 upgrade, but I doubt it). I want to remake the Makefile in ./obj/alpha/kernel/BINARY and I used to be able to say (I think) build BINARY_conf When I do this now, it says: >> FATAL ERROR in build: not in sandbox and target BINARY_conf is not absolute. I'm in a 'workon' with a valid kerberos ticket. I've modifed ./obj/alpha/kernel/conf/alpha/files to add in some new files that I want to appear in the Makefile. What am I doing wrong? Pete ------- End of Forwarded Message
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1679.1 | Re: build problem/question | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Mon Aug 14 1995 13:56 | 12 |
Date Of Receipt: 14-AUG-1995 11:58:13.53 From: SMURF::ALPHA::shashi "Shashi Mangalat USG 14-Aug-1995 1156" To: wrksys::nishimoto CC: buildhelp@DEC:.zko.alpha Subj: Re: 'build' problem/question Try this: % cd src/kernel % build BINARY_config --shashi |