Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zpool-create.sh: allow features to be disabled | Brian Behlendorf | 2014-07-25 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | The zimport.sh script makes use of the zpool-create.sh script to construct test pools for importing with older versions of ZoL. It is desirable to have a way to disable all the features so new pools can be imported with older code. The simplest and most flexible way to achieve this was to merge the VERBOSE_FLAG and FORCE_FLAG in to a single ZPOOL_FLAGS variable. The contents of this variable will be used in the 'zpool create' allowing us to easily pass arbitrary flags. Signed-off-by: Brian Behlendorf <[email protected]> Signed-off-by: Prakash Surya <[email protected]> Closes #2524 | ||||
* | Add build system | Brian Behlendorf | 2010-08-31 | 1 | -0/+133 |
Add autoconf style build infrastructure to the ZFS tree. This includes autogen.sh, configure.ac, m4 macros, some scripts/*, and makefiles for all the core ZFS components. |