Restructure autoconf around ./config directory

This commit is contained in:
Brian Behlendorf
2008-11-24 11:16:19 -08:00
parent 5b1a72b342
commit a54f863a14
9 changed files with 11 additions and 12 deletions
+11
View File
@@ -0,0 +1,11 @@
# Default ZFS lustre mode configuration
UNAME=`uname -r | cut -d- -f1`
CONFIG=lustre
NAME=zfs
BRANCH=`awk '/[Bb]ranch:/ {print $$2}' META`
VERSION=`awk '/[Vv]ersion:/ {print $$2}' META`
RELEASE=`awk '/[Rr]elease:/ {print $$2}' META`
BUILDDIR=$NAME+$CONFIG