zfs/config
Brian Behlendorf b1b76c6634 Build system and packaging (RPM support) (Part 1)
An update to the build system to properly support all commonly
    used Makefile targets these include:

      make all        # Build everything
      make install    # Install everything
      make clean      # Clean up build products
      make distclean  # Clean up everything
      make dist       # Create package tarball
      make srpm       # Create package source RPM
      make rpm        # Create package binary RPMs
      make tags       # Create ctags and etags for everything

    Extra care was taken to ensure that the source RPMs are fully
    rebuildable against Fedora/RHEL/Chaos kernels.  To build binary
    RPMs from the source RPM for your system simply run:

      rpmbuild --rebuild zfs-x.y.z-1.src.rpm

    This will produce two binary RPMs with correct 'requires'
    dependencies for your kernel.  One will contain all zfs modules
    and support utilities, the other is a devel package for compiling
    additional kernel modules which are dependant on the zfs.

      zfs-x.y.z-1_<kernel version>.x86_64.rpm
      zfs-devel-x.y.2-1_<kernel version>.x86_64.rpm
2009-03-10 11:10:50 -07:00
..
Makefile.am Use old autoconf stratagy 2008-12-15 16:27:22 -08:00
Rules.am Remove -Wshadow for now 2008-12-18 13:57:27 -08:00
kernel-bio-args.m4 Moving addition configure checks to m4 macros 2008-12-15 16:46:34 -08:00
kernel.m4 Quiet warnings for now 2009-01-09 11:29:00 -08:00
user-ioctl.m4 Properly detect and set HAVE_GPL_ONLY_SYMBOLS based on license 2009-02-03 09:59:54 -08:00
user-libdiskmgt.m4 Moving addition configure checks to m4 macros 2008-12-15 16:46:34 -08:00
user-libefi.m4 Moving addition configure checks to m4 macros 2008-12-15 16:46:34 -08:00
user-libshare.m4 Moving addition configure checks to m4 macros 2008-12-15 16:46:34 -08:00
user.m4 Moving addition configure checks to m4 macros 2008-12-15 16:46:34 -08:00
zfs-build.m4 Build system and packaging (RPM support) (Part 1) 2009-03-10 11:10:50 -07:00
zfs-meta.m4 Refresh zfs-branch 2008-12-05 09:46:11 -08:00