From fd1c5ba0cbbd31c4713d9283c4fa5c3265ad2296 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 3 Feb 2007 14:10:00 -0500 Subject: Teach build to build only the toys/*.c selected in .config, and teach CFG_TOYSH_DEBUG to shut up the spurious "gcc can't tell that this is never actually used uninitialized because gcc is stupid" warnings. --- toys.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'toys.h') diff --git a/toys.h b/toys.h index e1e25210..3c6cec92 100644 --- a/toys.h +++ b/toys.h @@ -6,9 +6,12 @@ * Licensed under GPL version 2, see file LICENSE in this tarball for details. */ +#include "gen_config.h" + #include "lib/portability.h" #include +#include #include #include #include @@ -30,7 +33,6 @@ #include #include "lib/lib.h" -#include "gen_config.h" #include "toys/e2fs.h" #include "toys/toylist.h" -- cgit v1.2.3