diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-21 00:25:10 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-21 00:25:10 +0000 |
commit | 569dc152565e7c18d00a40c00708c84ea0f253dc (patch) | |
tree | 2946b9d2da692cb57cf385256c9d53b0f5290d89 | |
parent | 8a2597eaba5ca76c94ba3657eb3b476b4cf3a538 (diff) | |
download | buildroot-novena-569dc152565e7c18d00a40c00708c84ea0f253dc.tar.gz buildroot-novena-569dc152565e7c18d00a40c00708c84ea0f253dc.zip |
For now, don't build findutils.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |