AF:
NF:0
PS:10
SRH:1
SFN:
DSR:
MID:<20080609145917.1ea80d1f@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
RMID:#imap/andys@onstor.net@onstor-exch02.onstor.net/INBOX	0	BB375AF679D4A34E9CA8DFA650E2B04E056C9698@onstor-exch02.onstor.net
X-Sylpheed-End-Special-Headers: 1
Date: Mon, 9 Jun 2008 15:01:23 -0700
From: Andrew Sharp <andy.sharp@onstor.com>
To: "Larry Scheer" <larry.scheer@onstor.com>
Subject: Re: review of 29513
Message-ID: <20080609150123.3a568594@ripper.onstor.net>
In-Reply-To: <BB375AF679D4A34E9CA8DFA650E2B04E056C9698@onstor-exch02.onstor.net>
References: <20080609143539.6e5c80a0@ripper.onstor.net>
	<BB375AF679D4A34E9CA8DFA650E2B04E056C9698@onstor-exch02.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: multipart/mixed; boundary=MP_KbClR5+PTWLVmP+7aso34al

--MP_KbClR5+PTWLVmP+7aso34al
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

CRAP.  I stared right at that for 5 minutes and didn't see it.

I had to change the APP = cfmond stuff because it was trying to
compile the .sh file as a C file; now it does this:

$ make install
/usr/bin/sudo chown root:7 ../../Build/cg/opt/bin/cfmond.sh
chown: cannot access `../../Build/cg/opt/bin/cfmond.sh': No such file or directory
make: *** [install] Error 1



On Mon, 9 Jun 2008 14:51:43 -0700 "Larry Scheer"
<larry.scheer@onstor.com> wrote:

> There was a typo on line 15 probably a bad cut and paste
> 
> Change from:
> 
> $(TARGETS) := $(BINDIR)/$(APP)$(TARGET_EXT)
> 
> Change to:
> 
> TARGETS := $(BINDIR)/$(APP)$(TARGET_EXT)
> 
> -----Original Message-----
> From: Andy Sharp 
> Sent: Monday, June 09, 2008 2:36 PM
> To: Larry Scheer
> Subject: Re: review of 29513
> 
> On Mon, 9 Jun 2008 12:19:43 -0700 "Larry Scheer"
> <larry.scheer@onstor.com> wrote:
> 
> > Sorry some typos in what I last sent to you. Also a line got dropped
> > out.
> > 
> > TARGETS	:= $(BINDIR)/$(APP)$(TARGET_EXT)
> > 
> > $(TARGETS): $(APP)$(TARGET_EXT)
> 
> $ make install
> Makefile:15: *** empty variable name.  Stop.
> 
> I attached the makefile
> 
> > -----Original Message-----
> > From: Andy Sharp 
> > Sent: Monday, June 09, 2008 12:13 PM
> > To: Larry Scheer
> > Subject: Re: review of 29513
> > 
> > On Mon, 9 Jun 2008 12:05:07 -0700 "Larry Scheer"
> > <larry.scheer@onstor.com> wrote:
> > 
> > > nfx-tree/code/ssc-cfmond/Makefile
> > > 
> > >      >>add nfx-tree/code/ssc-cfmond/Makefile
> > > 
> > > Add theese:
> > >      INSTALL_TARGETS := $(TARGETS)
> > > 
> > >      $(TARGETS): $APP$(TARGET_EXT)
> > > 
> > > change to this:
> > >      default all: $(BINDIR) $(INSTALL_TARGETS)
> > > 
> > 
> > ssc-cfmond$ make install
> > make: *** No rule to make target `../../Build/cg/opt/bin/cfmond',
> > needed by `install'.  Stop.

--MP_KbClR5+PTWLVmP+7aso34al
Content-Type: text/plain; name=Makefile
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=Makefile

# Copyright (c) 2000 - 2008 ONStor Inc..
     # ALL RIGHTS RESERVED

PATH_TO_ROOT    := ../..

include $(PATH_TO_ROOT)/Tools/init-ssc.mk

include $(PATH_TO_ROOT)/Tools/defs.mk

TARGET_EXT := .sh

APP        := cfmond.sh


TARGETS := $(BINDIR)/$(APP)

$(TARGETS): $(APP)

INSTALL_TARGETS := $(TARGETS)

default all: $(BINDIR) $(INSTALL_TARGETS)

#get the clean targets

include $(PATH_TO_TOOLS)/suffix.mk


--MP_KbClR5+PTWLVmP+7aso34al--
