]> git.proxmox.com Git - mirror_zfs-debian.git/commit
Add build system
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 26 Aug 2010 18:22:58 +0000 (11:22 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 31 Aug 2010 20:41:27 +0000 (13:41 -0700)
commitc9c0d073da561bcbefbdf09c87fc75b227415619
tree7daee55ae61526107f421de48171573fa5a15d28
parent40b84e7aec6392187722e61e5a4a853b530bf60f
Add build system

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.
108 files changed:
ChangeLog [new file with mode: 0644]
META [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
autogen.sh [new file with mode: 0644]
cmd/Makefile.am [new file with mode: 0644]
cmd/zdb/Makefile.am [new file with mode: 0644]
cmd/zfs/Makefile.am [new file with mode: 0644]
cmd/zinject/Makefile.am [new file with mode: 0644]
cmd/zpool/Makefile.am [new file with mode: 0644]
cmd/zpool_id/Makefile.am [new file with mode: 0644]
cmd/zpool_id/zpool_id [new file with mode: 0755]
cmd/zpool_layout/Makefile.am [new file with mode: 0644]
cmd/zpool_layout/zpool_layout [new file with mode: 0755]
cmd/ztest/Makefile.am [new file with mode: 0644]
config/Makefile.am [new file with mode: 0644]
config/Rules.am [new file with mode: 0644]
config/config.awk [new file with mode: 0644]
config/deb.am [new file with mode: 0644]
config/kernel-bdev-block-device-operations.m4 [new file with mode: 0644]
config/kernel-bdev-logical-size.m4 [new file with mode: 0644]
config/kernel-bio-empty-barrier.m4 [new file with mode: 0644]
config/kernel-bio-end-io-t-args.m4 [new file with mode: 0644]
config/kernel-bio-rw-syncio.m4 [new file with mode: 0644]
config/kernel-blk-end-request.m4 [new file with mode: 0644]
config/kernel-blk-fetch-request.m4 [new file with mode: 0644]
config/kernel-blk-requeue-request.m4 [new file with mode: 0644]
config/kernel-blk-rq-bytes.m4 [new file with mode: 0644]
config/kernel-blk-rq-pos.m4 [new file with mode: 0644]
config/kernel-blk-rq-sectors.m4 [new file with mode: 0644]
config/kernel-fmode-t.m4 [new file with mode: 0644]
config/kernel-get-disk-ro.m4 [new file with mode: 0644]
config/kernel-invalidate-bdev-args.m4 [new file with mode: 0644]
config/kernel-kobj-name-len.m4 [new file with mode: 0644]
config/kernel-open-bdev-exclusive.m4 [new file with mode: 0644]
config/kernel-rq-for-each_segment.m4 [new file with mode: 0644]
config/kernel-rq-is_sync.m4 [new file with mode: 0644]
config/kernel.m4 [new file with mode: 0644]
config/rpm.am [new file with mode: 0644]
config/tgz.am [new file with mode: 0644]
config/user-arch.m4 [new file with mode: 0644]
config/user-frame-larger-than.m4 [new file with mode: 0644]
config/user-ioctl.m4 [new file with mode: 0644]
config/user-libblkid.m4 [new file with mode: 0644]
config/user-libshare.m4 [new file with mode: 0644]
config/user-libuuid.m4 [new file with mode: 0644]
config/user-nptl_guard_within_stack.m4 [new file with mode: 0644]
config/user-zlib.m4 [new file with mode: 0644]
config/user.m4 [new file with mode: 0644]
config/zfs-build.m4 [new file with mode: 0644]
config/zfs-meta.m4 [new file with mode: 0644]
configure.ac [new file with mode: 0644]
etc/Makefile.am [new file with mode: 0644]
etc/udev/rules.d/60-zpool.rules [new file with mode: 0644]
etc/zfs/zdev.conf [new file with mode: 0644]
etc/zfs/zdev.conf.dragon.example [new file with mode: 0644]
etc/zfs/zdev.conf.supermicro.example [new file with mode: 0644]
etc/zfs/zdev.conf.x4550.example [new file with mode: 0644]
lib/Makefile.am [new file with mode: 0644]
lib/libavl/Makefile.am [new file with mode: 0644]
lib/libefi/Makefile.am [new file with mode: 0644]
lib/libnvpair/Makefile.am [new file with mode: 0644]
lib/libunicode/Makefile.am [new file with mode: 0644]
lib/libuutil/Makefile.am [new file with mode: 0644]
lib/libzfs/Makefile.am [new file with mode: 0644]
lib/libzpool/Makefile.am [new file with mode: 0644]
lib/libzpool/include/Makefile.am [new file with mode: 0644]
man/Makefile.am [new file with mode: 0644]
man/man8/Makefile.am [new file with mode: 0644]
module/Makefile.in [new file with mode: 0644]
module/avl/Makefile.in [new file with mode: 0644]
module/nvpair/Makefile.in [new file with mode: 0644]
module/unicode/Makefile.in [new file with mode: 0644]
module/zcommon/Makefile.in [new file with mode: 0644]
module/zfs/Makefile.in [new file with mode: 0644]
patches/e2fsprogs-1.41.4-zfs-probe-uberblock.patch [new file with mode: 0644]
scripts/Makefile.am [new file with mode: 0644]
scripts/common.sh.in [new file with mode: 0644]
scripts/zconfig.sh [new file with mode: 0755]
scripts/zfs.sh [new file with mode: 0755]
scripts/zpool-config/dm0-raid0.sh [new file with mode: 0644]
scripts/zpool-config/dragon-raid0-1x70.sh [new file with mode: 0644]
scripts/zpool-config/dragon-raid10-35x2.sh [new file with mode: 0644]
scripts/zpool-config/dragon-raidz-7x10.sh [new file with mode: 0644]
scripts/zpool-config/dragon-raidz2-7x10.sh [new file with mode: 0644]
scripts/zpool-config/file-raid0.sh [new file with mode: 0644]
scripts/zpool-config/file-raid10.sh [new file with mode: 0644]
scripts/zpool-config/file-raidz.sh [new file with mode: 0644]
scripts/zpool-config/file-raidz2.sh [new file with mode: 0644]
scripts/zpool-config/hda-raid0.sh [new file with mode: 0644]
scripts/zpool-config/lo-raid0.sh [new file with mode: 0644]
scripts/zpool-config/lo-raid10.sh [new file with mode: 0644]
scripts/zpool-config/lo-raidz.sh [new file with mode: 0644]
scripts/zpool-config/lo-raidz2.sh [new file with mode: 0644]
scripts/zpool-config/md0-raid10.sh [new file with mode: 0644]
scripts/zpool-config/md0-raid5.sh [new file with mode: 0644]
scripts/zpool-config/ram0-raid0.sh [new file with mode: 0644]
scripts/zpool-config/sda-raid0.sh [new file with mode: 0644]
scripts/zpool-config/supermicro-raid0-1x16.sh [new file with mode: 0644]
scripts/zpool-config/supermicro-raid10-8x2.sh [new file with mode: 0644]
scripts/zpool-config/supermicro-raidz-4x4.sh [new file with mode: 0644]
scripts/zpool-config/supermicro-raidz2-4x4.sh [new file with mode: 0644]
scripts/zpool-config/x4550-raid0-1x48.sh [new file with mode: 0644]
scripts/zpool-config/x4550-raid10-24x2.sh [new file with mode: 0644]
scripts/zpool-config/x4550-raidz-8x6.sh [new file with mode: 0644]
scripts/zpool-config/x4550-raidz2-8x6.sh [new file with mode: 0644]
scripts/zpool-create.sh [new file with mode: 0755]
zfs-modules.spec.in [new file with mode: 0644]
zfs.spec.in [new file with mode: 0644]