summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Build system and packaging (RPM support) (Part 2)Brian Behlendorf2009-03-101-2/+3
| | | | Complete support for dist install srpm and rpm make targets.
* Build system and packaging (RPM support) (Part 1)Brian Behlendorf2009-03-101-6/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update avl, nvpair, spl to unique build dirsBrian Behlendorf2008-12-111-22/+6
|
* Refresh zfs-branchBrian Behlendorf2008-12-051-0/+25
|
* Removed build system from master branch, will relocate to linux-zfs-branchBrian Behlendorf2008-12-011-25/+0
|
* Initial Linux ZFS GIT RepoBrian Behlendorf2008-11-201-0/+25