AF:
NF:0
PS:10
SRH:1
SFN:
DSR:
MID:<20070606192120.3f05cd95@ripper.onstor.net>
CFG:
PT:0
S:andy.sharp@onstor.com
RQ:
SSV:onstor-exch02.onstor.net
NSV:
SSH:
R:<larry.scheer@onstor.com>
MAID:1
X-Sylpheed-Privacy-System:
X-Sylpheed-Sign:0
SCF:#mh/Mailbox/sent
FMID:#imap/andys@onstor.net@onstor-exch02.onstor.net/INBOX	12313	BB375AF679D4A34E9CA8DFA650E2B04E040F04DF@onstor-exch02.onstor.net
X-Sylpheed-End-Special-Headers: 1
Date: Wed, 6 Jun 2007 19:23:00 -0700
From: Andrew Sharp <andy.sharp@onstor.com>
To: Larry Scheer <larry.scheer@onstor.com>
Subject: Fw: cw_install makefile problem
Message-ID: <20070606192300.5d169dbf@ripper.onstor.net>
Organization: Onstor
X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; x86_64-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

Larry,

Please review this change to fix the makefile crap that I checked in.
It looks like there were several bugs.  I can't make the cw_install.sh
in the release directory because I need to use a > to do it and I can't
get that to work with sudo.  So I changed it back to the way it was.



cl#24205
client ripper
branch FB-DELOREAN


Thanks,

a


Begin forwarded message:

Date: Wed, 6 Jun 2007 15:38:07 -0700
From: "Ken Renshaw" <ken.renshaw@onstor.com>
To: "Andy Sharp" <andy.sharp@onstor.com>
Subject: FW: cw_install makefile problem


Hey Andy, hope you're enjoying time off. 

I'm building DeLorean sub22 with the cw_install stuff, and make release
fails to run the steps....looks like the sed commands need to be
prefaced with /usr/bin/sudo. Were you perchance running make release as
root, and that's maybe why this didn't show up? 

I'm going to go ahead and try sudo make release and see if it builds the
cw_install.sh file correctly. Just FYI.

Thanks, and have a good one.

-Ken

-----Original Message-----
From: Build Admin [mailto:build@localhost.localdomain] 
Sent: Wednesday, June 06, 2007 3:30 PM
To: Ken Renshaw
Subject: cw_install makefile problem

/usr/bin/sudo chown 0:0
./Build/ch/opt/Release/usr/local/agile/conf/EverON-3.0.0.0.bom
cd ./Build/ch/opt/Release && \
/usr/bin/sudo chown 0:0 usr/local/agile/lib/*
cd ./Build/ch/opt/Release && \
/usr/bin/sudo tar --numeric-owner --create
--file=../EverON-3.0.0.0.tar.gz --preserve-permissions --gzip .
sed '/^DISTR_S=/cDISTR_S='`ls -ls
./Build/ch/opt/Release/../EverON-3.0.0.0.tar.gz |\
	awk '{print $1}'` ./Tools/cw_install.in > \
	./Build/ch/opt/Release/cw_install.sh
/bin/sh: line 1: ./Build/ch/opt/Release/cw_install.sh: Permission denied
make: *** [release] Error 1
