public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster configure
@ 2007-09-06 16:26 teigland
  0 siblings, 0 replies; 28+ messages in thread
From: teigland @ 2007-09-06 16:26 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2007-09-06 16:26:47

Modified files:
	.              : configure 

Log message:
	forgot the 0 after the -O

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.28&r2=1.29


^ permalink raw reply	[flat|nested] 28+ messages in thread

* cluster configure
@ 2008-01-28  6:43 fabbione
  0 siblings, 0 replies; 28+ messages in thread
From: fabbione @ 2008-01-28  6:43 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	fabbione@sourceware.org	2008-01-28 06:43:50

Modified files:
	.              : configure 

Log message:
	Bump kernel check to 2.6.24

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.47&r2=1.48


^ permalink raw reply	[flat|nested] 28+ messages in thread

* cluster configure
@ 2008-01-07 18:58 lhh
  0 siblings, 0 replies; 28+ messages in thread
From: lhh @ 2008-01-07 18:58 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	lhh@sourceware.org	2008-01-07 18:58:29

Modified files:
	.              : configure 

Log message:
	Figure out where slang is installed.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.46&r2=1.47


^ permalink raw reply	[flat|nested] 28+ messages in thread

* cluster configure
@ 2007-12-21  7:28 fabbione
  0 siblings, 0 replies; 28+ messages in thread
From: fabbione @ 2007-12-21  7:28 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	fabbione@sourceware.org	2007-12-21 07:28:37

Modified files:
	.              : configure 

Log message:
	Minor objdir rework to extend flexibility.
	
	the first shot of objdir implementation implied that you did:
	
	cd cluster
	./configure --objdir... etc.
	cd /path/to/objdir
	make
	
	now you can:
	
	mkdir objdir
	cd objdir
	/path/to/configure
	make
	
	NOTE: in this case you don't need to specify objdir. it will be automatically
	set up for you.
	
	As a nice side effect you can also be anywhere on the fs and do:
	
	/path/to/configure --objdir=/path/to/obj
	cd /path/to/obj
	make
	
	and it will work.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.44&r2=1.45


^ permalink raw reply	[flat|nested] 28+ messages in thread

* cluster configure
@ 2007-12-21  5:58 fabbione
  0 siblings, 0 replies; 28+ messages in thread
From: fabbione @ 2007-12-21  5:58 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	fabbione@sourceware.org	2007-12-21 05:58:34

Modified files:
	.              : configure 

Log message:
	Fix 2 corner cases when setting up the objdir:
	
	- do not symlink symlinks.. this allows to setup multiple objdirs within the
	source tree.
	
	- do not copy/symlink defines.mk from other trees or bad thing happens.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.43&r2=1.44


^ permalink raw reply	[flat|nested] 28+ messages in thread

* cluster configure
@ 2007-12-19  5:48 fabbione
  0 siblings, 0 replies; 28+ messages in thread
From: fabbione @ 2007-12-19  5:48 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	fabbione@sourceware.org	2007-12-19 05:48:36

Modified files:
	.              : configure 

Log message:
	Fix extracflags and extraldflags to be recognized as options or configure will
	fail.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.40&r2=1.41


^ permalink raw reply	[flat|nested] 28+ messages in thread

* cluster configure
@ 2007-12-06 10:38 pcaulfield
  0 siblings, 0 replies; 28+ messages in thread
From: pcaulfield @ 2007-12-06 10:38 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2007-12-06 10:38:00

Modified files:
	.              : configure 

Log message:
	Add option to disable kernel_check.
	
	From Soren Hansen:
	"It's handy to be able to
	disable the new kernel version check if we don't actually have the
	kernel headers around, but know that the proper stuff is around when
	it's needed."

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.38&r2=1.39


^ permalink raw reply	[flat|nested] 28+ messages in thread

* cluster configure
@ 2007-11-24  4:57 fabbione
  0 siblings, 0 replies; 28+ messages in thread
From: fabbione @ 2007-11-24  4:57 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	fabbione@sourceware.org	2007-11-24 04:57:31

Modified files:
	.              : configure 

Log message:
	Switch configure to use perl warnings and fix them up.
	
	Add kernel_version version check subroutine.
	
	Set minimal kernel version requirement to 2.6.23.
	
	Many thanks should go to Marian Marinov <mm at yuhu.biz> for the original
	patch and contribution.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.37&r2=1.38


^ permalink raw reply	[flat|nested] 28+ messages in thread

* cluster configure
@ 2007-10-26 19:18 rmccabe
  0 siblings, 0 replies; 28+ messages in thread
From: rmccabe @ 2007-10-26 19:18 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	rmccabe@sourceware.org	2007-10-26 19:18:55

Modified files:
	.              : configure 

Log message:
	Compile with -Wformat=2, which will catch usually dangerous format string bugs

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.36&r2=1.37


^ permalink raw reply	[flat|nested] 28+ messages in thread

* cluster configure
@ 2007-10-01  3:28 fabbione
  0 siblings, 0 replies; 28+ messages in thread
From: fabbione @ 2007-10-01  3:28 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	fabbione@sourceware.org	2007-10-01 03:28:12

Modified files:
	.              : configure 

Log message:
	Fix configure to handle properly 0.x or x.0 releases.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.35&r2=1.36


^ permalink raw reply	[flat|nested] 28+ messages in thread

* cluster configure
@ 2007-09-28  6:19 fabbione
  0 siblings, 0 replies; 28+ messages in thread
From: fabbione @ 2007-09-28  6:19 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	fabbione@sourceware.org	2007-09-28 06:19:08

Modified files:
	.              : configure 

Log message:
	configure: Backticks don't work in strings.  Use POSIX::uname().
	
	The strings that use backticks to get `uname -r` don't work as expected.
	Let's use POSIX::uname() directly and let perl do the work.
	
	Patch by Joel Becker <joel.becker@oracle.com>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.34&r2=1.35


^ permalink raw reply	[flat|nested] 28+ messages in thread

* cluster configure
@ 2007-09-24 14:43 fabbione
  0 siblings, 0 replies; 28+ messages in thread
From: fabbione @ 2007-09-24 14:43 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	fabbione@sourceware.org	2007-09-24 14:43:13

Modified files:
	.              : configure 

Log message:
	switch permanently to perl -w
	
	fix all the warnings in the script. Thanks to Patrick for spotting an extra one.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.33&r2=1.34


^ permalink raw reply	[flat|nested] 28+ messages in thread

* cluster configure
@ 2007-09-14 14:32 teigland
  0 siblings, 0 replies; 28+ messages in thread
From: teigland @ 2007-09-14 14:32 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2007-09-14 14:32:04

Modified files:
	.              : configure 

Log message:
	go back to default of -02 now that -Werror problems are fixed

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.30&r2=1.31


^ permalink raw reply	[flat|nested] 28+ messages in thread

* cluster configure
@ 2007-09-06 16:24 teigland
  0 siblings, 0 replies; 28+ messages in thread
From: teigland @ 2007-09-06 16:24 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2007-09-06 16:24:53

Modified files:
	.              : configure 

Log message:
	go back to a default of -O0 instead of -O2 to get the stuff with -Werror
	to build

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.27&r2=1.28


^ permalink raw reply	[flat|nested] 28+ messages in thread

* cluster configure
@ 2007-06-06  8:42 fabbione
  0 siblings, 0 replies; 28+ messages in thread
From: fabbione @ 2007-06-06  8:42 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	fabbione@sourceware.org	2007-06-06 08:42:12

Modified files:
	.              : configure 

Log message:
	Fix LDFLAGS override:
	
	/lib and /usr/lib don't need to be specified at link time.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.24&r2=1.25


^ permalink raw reply	[flat|nested] 28+ messages in thread

* cluster configure
@ 2007-05-21 10:16 pcaulfield
  0 siblings, 0 replies; 28+ messages in thread
From: pcaulfield @ 2007-05-21 10:16 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2007-05-21 10:16:38

Modified files:
	.              : configure 

Log message:
	Fix typo in openaisincdir

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.23&r2=1.24


^ permalink raw reply	[flat|nested] 28+ messages in thread

* cluster configure
@ 2006-10-05 16:50 teigland
  0 siblings, 0 replies; 28+ messages in thread
From: teigland @ 2006-10-05 16:50 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2006-10-05 16:50:57

Modified files:
	.              : configure 

Log message:
	don't configure gfs-kernel or gnbd-kernel now that they're not built
	by default

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.19&r2=1.20


^ permalink raw reply	[flat|nested] 28+ messages in thread

* cluster configure
@ 2006-08-02 22:47 rpeterso
  0 siblings, 0 replies; 28+ messages in thread
From: rpeterso @ 2006-08-02 22:47 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	rpeterso@sourceware.org	2006-08-02 22:47:48

Modified files:
	.              : configure 

Log message:
	The gfs2 userland tools weren't compiling when cluster configure
	was used because the gfs2kincdir was being overridden.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.18&r2=1.19


^ permalink raw reply	[flat|nested] 28+ messages in thread

* cluster configure
@ 2006-07-19 17:13 teigland
  0 siblings, 0 replies; 28+ messages in thread
From: teigland @ 2006-07-19 17:13 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2006-07-19 17:13:48

Modified files:
	.              : configure 

Log message:
	some trailing )'s were left out

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.16&r2=1.17


^ permalink raw reply	[flat|nested] 28+ messages in thread

* cluster configure
@ 2006-07-19 14:51 teigland
  0 siblings, 0 replies; 28+ messages in thread
From: teigland @ 2006-07-19 14:51 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2006-07-19 14:51:22

Modified files:
	.              : configure 

Log message:
	set cmanlibdir for group

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.15&r2=1.16


^ permalink raw reply	[flat|nested] 28+ messages in thread

* cluster configure
@ 2006-07-19 14:04 rpeterso
  0 siblings, 0 replies; 28+ messages in thread
From: rpeterso @ 2006-07-19 14:04 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	rpeterso@sourceware.org	2006-07-19 14:04:54

Modified files:
	.              : configure 

Log message:
	Remove iddev from configure script.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.14&r2=1.15


^ permalink raw reply	[flat|nested] 28+ messages in thread

* cluster configure
@ 2006-06-28 19:54 jbrassow
  0 siblings, 0 replies; 28+ messages in thread
From: jbrassow @ 2006-06-28 19:54 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	jbrassow@sourceware.org	2006-06-28 19:54:32

Modified files:
	.              : configure 

Log message:
	- cmirror is not ready to compile in HEAD

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.13&r2=1.14


^ permalink raw reply	[flat|nested] 28+ messages in thread

* cluster configure
@ 2006-06-14 20:44 cfeist
  0 siblings, 0 replies; 28+ messages in thread
From: cfeist @ 2006-06-14 20:44 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	cfeist@sourceware.org	2006-06-14 20:44:36

Modified files:
	.              : configure 

Log message:
	Fix configure script so we don't try to pass ccsincdir & ccslib dir to
	rgmanager.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.12&r2=1.13


^ permalink raw reply	[flat|nested] 28+ messages in thread

* cluster configure
@ 2006-06-12 17:25 teigland
  0 siblings, 0 replies; 28+ messages in thread
From: teigland @ 2006-06-12 17:25 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2006-06-12 17:25:39

Modified files:
	.              : configure 

Log message:
	run configure in group/

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.11&r2=1.12


^ permalink raw reply	[flat|nested] 28+ messages in thread

* cluster configure
@ 2006-04-13 15:23 cfeist
  0 siblings, 0 replies; 28+ messages in thread
From: cfeist @ 2006-04-13 15:23 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	cfeist@sourceware.org	2006-04-13 15:23:16

Modified files:
	.              : configure 

Log message:
	Removed dlm-kernel & gulm from configure script.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.9&r2=1.10


^ permalink raw reply	[flat|nested] 28+ messages in thread

* cluster configure
@ 2005-08-11 16:05 cfeist
  0 siblings, 0 replies; 28+ messages in thread
From: cfeist @ 2005-08-11 16:05 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	cfeist@sourceware.org	2005-08-11 16:05:07

Modified files:
	.              : configure 

Log message:
	Changed configure script so when we build we run 'cd xxx && configure'
	instead of running 'cd xxx ; configure'.  If xxx doesn't exist then we
	get into an endless loop of trying to run the configure script.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.4.2.1&r2=1.4.2.2


^ permalink raw reply	[flat|nested] 28+ messages in thread

* cluster configure
@ 2005-08-11 16:01 cfeist
  0 siblings, 0 replies; 28+ messages in thread
From: cfeist @ 2005-08-11 16:01 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	cfeist@sourceware.org	2005-08-11 16:01:36

Modified files:
	.              : configure 

Log message:
	Fixed cmirror-kernel directory name

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.4&r2=1.4.2.1


^ permalink raw reply	[flat|nested] 28+ messages in thread

* cluster configure
@ 2005-06-22  5:34 teigland
  0 siblings, 0 replies; 28+ messages in thread
From: teigland @ 2005-06-22  5:34 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	STABLE
Changes by:	teigland@sourceware.org	2005-06-22 05:34:13

Modified files:
	.              : configure 

Log message:
	remove cmirror

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.4&r2=1.4.8.1


^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2008-01-28  6:43 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-06 16:26 cluster configure teigland
  -- strict thread matches above, loose matches on Subject: below --
2008-01-28  6:43 fabbione
2008-01-07 18:58 lhh
2007-12-21  7:28 fabbione
2007-12-21  5:58 fabbione
2007-12-19  5:48 fabbione
2007-12-06 10:38 pcaulfield
2007-11-24  4:57 fabbione
2007-10-26 19:18 rmccabe
2007-10-01  3:28 fabbione
2007-09-28  6:19 fabbione
2007-09-24 14:43 fabbione
2007-09-14 14:32 teigland
2007-09-06 16:24 teigland
2007-06-06  8:42 fabbione
2007-05-21 10:16 pcaulfield
2006-10-05 16:50 teigland
2006-08-02 22:47 rpeterso
2006-07-19 17:13 teigland
2006-07-19 14:51 teigland
2006-07-19 14:04 rpeterso
2006-06-28 19:54 jbrassow
2006-06-14 20:44 cfeist
2006-06-12 17:25 teigland
2006-04-13 15:23 cfeist
2005-08-11 16:05 cfeist
2005-08-11 16:01 cfeist
2005-06-22  5:34 teigland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).