Re: [PATCHSET 0/8 version 4] exofs for kernel 2.6.30

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jeff Garzik
Date: Wednesday, April 1, 2009 - 5:39 pm

Boaz Harrosh wrote:

All you need on your end is a sane setup for installation, including 
building of shared libraries and installing necessary headers for 
userland programs.

Each individual distribution can easily package your exofs-utils into a 
deb or RPM.

Some of my projects have to do this.  Here is one way, the highly 
standardized GNU autotools.

Take a look at autogen.sh, configure.ac, Makefile.am, 
include/Makefile.am and lib/Makefile.am from 
git://git.kernel.org/pub/scm/daemon/distsrv/chunkd.git

That demonstrates how to handle building and installing a shared 
library, header files and programs.

A lot of people dislike GNU autotools, but it's main benefit here is 
that Debian/Red Hat/Novell/Canonical/etc. are well-versed in creating 
.deb or .rpm from GNU autotools builds.  It makes integration into a 
Linux distribution much easier.



Oh yeah, I forgot about that.

	Jeff



--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCHSET 0/8 version 4] exofs for kernel 2.6.30, Boaz Harrosh, (Wed Mar 18, 10:45 am)
[PATCH 1/8] exofs: Kbuild, Headers and osd utils, Boaz Harrosh, (Wed Mar 18, 10:57 am)
[PATCH 2/8] exofs: file and file_inode operations, Boaz Harrosh, (Wed Mar 18, 10:58 am)
[PATCH 4/8] exofs: address_space_operations, Boaz Harrosh, (Wed Mar 18, 11:04 am)
[PATCH 5/8] exofs: dir_inode and directory operations, Boaz Harrosh, (Wed Mar 18, 11:08 am)
[PATCH 6/8] exofs: super_operations and file_system_type, Boaz Harrosh, (Wed Mar 18, 11:09 am)
[PATCH 7/8] exofs: Documentation, Boaz Harrosh, (Wed Mar 18, 11:10 am)
[PATCH 8/8] fs: Add exofs to Kernel build, Boaz Harrosh, (Wed Mar 18, 11:11 am)
Re: [PATCH 7/8] exofs: Documentation, Evgeniy Polyakov, (Sat Mar 21, 6:26 am)
Re: [PATCH 7/8] exofs: Documentation, Boaz Harrosh, (Sun Mar 22, 1:42 am)
Re: [PATCH 4/8] exofs: address_space_operations, Marcin Slusarz, (Sun Mar 22, 3:22 am)
Re: [PATCH 4/8] exofs: address_space_operations, Boaz Harrosh, (Sun Mar 22, 3:41 am)
[PATCH 4/8 ver5] exofs: address_space_operations, Boaz Harrosh, (Sun Mar 22, 6:58 am)
Re: [PATCHSET 0/8 version 4] exofs for kernel 2.6.30, Boaz Harrosh, (Mon Mar 23, 6:06 am)
Re: [PATCHSET 0/8 version 4] exofs for kernel 2.6.30, Boaz Harrosh, (Tue Mar 24, 2:07 am)
Re: [PATCHSET 0/8 version 4] exofs for kernel 2.6.30, Andrew Morton, (Mon Mar 30, 2:22 pm)
Re: [PATCHSET 0/8 version 4] exofs for kernel 2.6.30, Stephen Rothwell, (Mon Mar 30, 8:01 pm)
Re: [PATCHSET 0/8 version 4] exofs for kernel 2.6.30, Evgeniy Polyakov, (Tue Mar 31, 12:13 am)
Re: [PATCHSET 0/8 version 4] exofs for kernel 2.6.30, Boaz Harrosh, (Tue Mar 31, 12:20 am)
Re: [PATCHSET 0/8 version 4] exofs for kernel 2.6.30, Boaz Harrosh, (Tue Mar 31, 12:41 am)
Re: [PATCHSET 0/8 version 4] exofs for kernel 2.6.30, Andrew Morton, (Tue Mar 31, 1:04 am)
Re: [PATCH 1/8] exofs: Kbuild, Headers and osd utils, Andrew Morton, (Tue Mar 31, 1:04 am)
Re: [PATCH 2/8] exofs: file and file_inode operations, Andrew Morton, (Tue Mar 31, 1:04 am)
Re: [PATCH 4/8 ver5] exofs: address_space_operations, Andrew Morton, (Tue Mar 31, 1:04 am)
Re: [PATCH 5/8] exofs: dir_inode and directory operations, Andrew Morton, (Tue Mar 31, 1:04 am)
Re: [PATCH 1/8] exofs: Kbuild, Headers and osd utils, Boaz Harrosh, (Tue Mar 31, 1:57 am)
Re: [PATCH 2/8] exofs: file and file_inode operations, Boaz Harrosh, (Tue Mar 31, 1:58 am)
Re: [PATCH 4/8 ver5] exofs: address_space_operations, Boaz Harrosh, (Tue Mar 31, 2:04 am)
Re: [PATCH 4/8 ver5] exofs: address_space_operations, Andrew Morton, (Tue Mar 31, 3:15 am)
Re: [PATCH 4/8 ver5] exofs: address_space_operations, Boaz Harrosh, (Tue Mar 31, 3:27 am)
Re: [PATCHSET 0/8 version 4] exofs for kernel 2.6.30, Jeff Garzik, (Wed Apr 1, 2:23 am)
Re: [PATCHSET 0/8 version 4] exofs for kernel 2.6.30, Boaz Harrosh, (Wed Apr 1, 4:21 am)
Re: [PATCHSET 0/8 version 4] exofs for kernel 2.6.30, Jeff Garzik, (Wed Apr 1, 5:39 pm)
Re: [PATCHSET 0/8 version 4] exofs for kernel 2.6.30, Boaz Harrosh, (Thu Apr 2, 5:49 am)