From: Eric Andersen Date: Thu, 21 Nov 2002 00:25:10 +0000 (-0000) Subject: For now, don't build findutils. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=569dc152565e7c18d00a40c00708c84ea0f253dc;p=buildroot.git For now, don't build findutils. --- diff --git a/Makefile b/Makefile index 4f470f3395..7d81f5544a 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ TARGETS+=user-mode-linux busybox tinylogin #gdb strace valgrind db openssl zlib #TARGETS+=zlib openssl openssh # Everything needed to build a full uClibc development system! -#TARGETS+=coreutils findutils bash make sed gawk gcc_target +#TARGETS+=coreutils bash make sed gawk gcc_target # Some nice debugging tools #TARGETS+=gdb strace