AF:
NF:0
PS:10
SRH:1
SFN:
DSR:
MID:<20080609143359.0e5b7387@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	BB375AF679D4A34E9CA8DFA650E2B04E056C9696@onstor-exch02.onstor.net
X-Sylpheed-End-Special-Headers: 1
Date: Mon, 9 Jun 2008 14:35:39 -0700
From: Andrew Sharp <andy.sharp@onstor.com>
To: "Larry Scheer" <larry.scheer@onstor.com>
Subject: Re: review of 29513
Message-ID: <20080609143539.6e5c80a0@ripper.onstor.net>
In-Reply-To: <BB375AF679D4A34E9CA8DFA650E2B04E056C9696@onstor-exch02.onstor.net>
References: <20080609121316.5b9b7ad2@ripper.onstor.net>
	<BB375AF679D4A34E9CA8DFA650E2B04E056C9696@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_r9YPiw.NB0Y+0Xr9ggxdgfa

--MP_r9YPiw.NB0Y+0Xr9ggxdgfa
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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_r9YPiw.NB0Y+0Xr9ggxdgfa
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


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

$(TARGETS): $(APP)$(TARGET_EXT)

INSTALL_TARGETS := $(TARGETS)

default all: $(BINDIR) $(INSTALL_TARGETS)

#get the clean targets

include $(PATH_TO_TOOLS)/suffix.mk


--MP_r9YPiw.NB0Y+0Xr9ggxdgfa--
