From 57579378e1812123c4c120526c05b84e8a79944d Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Tue, 2 Mar 2010 22:38:04 +0100 Subject: 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 --- target/cloop/Makefile.in | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 target/cloop/Makefile.in (limited to 'target/cloop/Makefile.in') 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 -- cgit v1.2.3