1 Makefile: do not check version
3 The aufs-util package tries to ensure that its version is compatible
4 with the one in the running kernel. However, this test is flawed: the
5 version string in the aufs4x branch for aufs-util is aufs3.x, so it does
6 not match the version in the kernel when it is aufs4.x.
8 Disengage this check, ion the assumption the user knows what he is
11 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
13 diff --git a/Makefile b/Makefile
17 $(foreach v, CPPFLAGS CFLAGS INSTALL Install ManDir LibUtilHdr, \
18 $(eval MAKE += ${v}="$${${v}}"))
20 -all: ver_test ${Man} ${Bin} ${Etc}
21 +all: ${Man} ${Bin} ${Etc}
23 ln -sf ./libau/libau*.so .