summaryrefslogtreecommitdiffstats
path: root/target/cloop/Makefile.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-03-02 22:38:04 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-04-09 11:03:56 +0200
commit57579378e1812123c4c120526c05b84e8a79944d (patch)
tree9e7c8692f46a72bf773f43b3f57f43d3b411b96a /target/cloop/Makefile.in
parent002a31168eca09af788669ce1510a77220b2be80 (diff)
downloadbuildroot-novena-57579378e1812123c4c120526c05b84e8a79944d.tar.gz
buildroot-novena-57579378e1812123c4c120526c05b84e8a79944d.zip
target/cloop: cleanup
Remove the code to build the cloop utilities for the host (it is now in package/cloop). Use fakeroot instead of ugly sudo. The cloop filesystem generation code is now much more similar to other filesystems code. Remove empty Makefile.in. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'target/cloop/Makefile.in')
-rw-r--r--target/cloop/Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/target/cloop/Makefile.in b/target/cloop/Makefile.in
deleted file mode 100644
index 0afc58f87..000000000
--- a/target/cloop/Makefile.in
+++ /dev/null
@@ -1,3 +0,0 @@
-ifeq ($(BR2_TARGET_ROOTFS_CLOOP),y)
-TARGETS+=clooproot
-endif