]> git.ipfire.org Git - thirdparty/kmod.git/commit - Makefile.am
build-sys: copy rootfs to another directory
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 11 May 2012 03:04:59 +0000 (00:04 -0300)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 11 May 2012 05:23:34 +0000 (02:23 -0300)
commit452c1dde2f60c585a015478604f2b2d9b8d8f8d3
tree1af4f9b0d3ab1817d24b56e236b6a3c8dd473412
parent9c41596ecc636adb6d05f4da6865452fd549fcec
build-sys: copy rootfs to another directory

We can't use the rootfs directory because it breaks out-of-tree build
and in future we want to make modifications to the fake filesystem such
as adding and removing files.

We need to call "chmod -R +w" in the resulting directory because when we
distribute the source with make dist all files will be readonly.

Fix 'make distcheck'
Makefile.am
testsuite/.gitignore