On 10/07/2011 09:09 AM, Hannes Reinecke wrote:
> 
> We only need to run configure in open-isns if either the
> configure script or Makefile.in has changed. Otherwise
> it's perfectly okay just to call a plain 'make' here.
> 
> Signed-off-by: Hannes Reinecke <h...@suse.de>
> 
> diff --git a/Makefile b/Makefile
> index 8dd64c7..de7ef65 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -29,8 +29,8 @@ OPTFLAGS ?= -O2 -g
>  
>  all: user
>  
> -user: ;
> -     cd utils/open-isns; ./configure CFLAGS="$(OPTFLAGS)" 
> --with-security=no; $(MAKE)

I did not have the optflags patch so we just had:

-user: ;
-       cd utils/open-isns; ./configure --with-security=no; $(MAKE)


Let me know if you have sent a optflags patch and I have missed  it. Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To post to this group, send email to open-iscsi@googlegroups.com.
To unsubscribe from this group, send email to 
open-iscsi+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/open-iscsi?hl=en.

Reply via email to