diff options
author | Brian Behlendorf <[email protected]> | 2008-12-01 15:41:33 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2008-12-01 15:41:33 -0800 |
commit | ef76e2f5ea42f9fab723ee79d17d69fe7caf1e13 (patch) | |
tree | 76b5bdcb01e1b3a4ad8ef476e54ba6d1ecf63e3b /scripts | |
parent | 42baae9615b86e48e0c8c37eb83b409b8afa5e76 (diff) |
Removed build system from master branch, will relocate to linux-zfs-branch
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am deleted file mode 100644 index e70853075..000000000 --- a/scripts/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -EXTRA_DIST = check.sh create-zpool.sh load-zfs.sh unload-zfs.sh -EXTRA_DIST += profile-kpios-disk.sh profile-kpios-pids.sh -EXTRA_DIST += profile-kpios-post.sh profile-kpios-pre.sh profile-kpios.sh -EXTRA_DIST += survey.sh update-zfs.sh zpios-jbod.sh zpios.sh - -check: - ./check.sh - |