On 10/11/2011 05:05 AM, Mike Christie wrote:
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.

Ah, no. OPTFLAGS is for our build system (which insists on passing in it's own set of flags).
I'll be pushing out a patch here.

Cheers,

Hannes
--
Dr. Hannes Reinecke                   zSeries & Storage
h...@suse.de                          +49 911 74053 688
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: J. Hawn, J. Guild, F. Imendörffer, HRB 16746 (AG Nürnberg)

--
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