Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
[SSI] openssi ChangeLog,1.1,1.2 Makefile.am,1.5,1.6 configure.ac,1.5,1.6: msg#00040
|
Subject: |
[SSI] openssi ChangeLog,1.1,1.2 Makefile.am,1.5,1.6 configure.ac,1.5,1.6 |
Update of /cvsroot/ssic-linux/openssi
In directory sc8-pr-cvs1:/tmp/cvs-serv31146
Modified Files:
ChangeLog Makefile.am configure.ac
Log Message:
redo build of tools for arch and distribution dependencies
Pass proper make flags while building devfsd
Index: ChangeLog
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ChangeLog 6 Jun 2003 00:05:48 -0000 1.1
--- ChangeLog 18 Jun 2003 06:05:33 -0000 1.2
***************
*** 1,2 ****
--- 1,5 ----
+ 2003/06/18 kvaneesh <aneesh.kumar@xxxxxxxxxxx>
+ * redo build of tools for arch and distribution dependencies
+
2003/05/15 jlbyrne <John.L.Byrne@xxxxxx>
* fixed CFS and VPROC races mostly related to failover
Index: Makefile.am
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Makefile.am 10 Jun 2003 05:30:50 -0000 1.5
--- Makefile.am 18 Jun 2003 06:05:33 -0000 1.6
***************
*** 27,29 ****
--- 27,32 ----
HALVS_DIR = @ipvsadm_dir@
+ AM_MAKEFLAGS = @devfsd_make_flags@
+
+
SUBDIRS = $(HALVS_DIR) $(OPENSSIDF_DIR) $(DEVFSD_DIR) $(E2FSPROG_DIR)
$(UTILLINUX_DIR)
Index: configure.ac
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/configure.ac,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** configure.ac 10 Jun 2003 05:30:52 -0000 1.5
--- configure.ac 18 Jun 2003 06:05:33 -0000 1.6
***************
*** 13,16 ****
--- 13,20 ----
if unset UNSET 2>/dev/null; then UNSET=unset; fi
+ dnl set the default prefix to /
+ ac_default_prefix=/
+
+
dnl check target system
AC_MSG_CHECKING([type of target machine])
***************
*** 153,160 ****
--- 157,167 ----
if test [ x$devfsd = xyes ]; then
devfsd_dir="devfsd"
+ devfsd_make_flags="KERNEL_DIR=$linux_src"
else
devfsd_dir=""
+ devfsd_make_flags=""
fi
AC_SUBST(devfsd_dir)
+ AC_SUBST(devfsd_make_flags)
dnl Check for the existence of files.
-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
|
| |