mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 02:44:41 +03:00
Restructure autoconf around ./config directory
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# Default ZFS user mode configuration
|
||||
|
||||
CONFIG=user
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user