log Makefile @ 948:55e587acefa9

age author description
Sat, 25 Aug 2012 14:25:22 -0500 Rob Landley Move commands into "posix", "lsb", and "other" menus/directories.
Mon, 18 Jun 2012 23:23:24 -0500 Rob Landley Replace CCFLAGS with description of how to add flags to HOSTCC.
Tue, 28 Feb 2012 06:34:35 -0600 Rob Landley Now that generated/Config.probed is its own file, add it to build dependencies.
Tue, 21 Feb 2012 21:27:10 -0600 Rob Landley Replace GPL python debug script with BSD shell script.
Sun, 19 Feb 2012 22:21:45 -0600 Rob Landley Set HOSTCC only if it isn't already set as an environment variable.
Sat, 04 Feb 2012 12:20:39 -0600 Rob Landley Add a basic README and an example to "make help".
Fri, 03 Feb 2012 23:16:28 -0600 Rob Landley Add autodetect for container support.
Wed, 28 Dec 2011 16:17:13 -0600 Rob Landley Fix "make help".
Sat, 28 Mar 2009 23:24:42 -0500 Rob Landley Regenerate Config.in when toys/*.c changes.
Sun, 04 May 2008 16:20:15 -0500 Rob Landley Try to convince make to be less stupid about rebuilding.
Sat, 29 Mar 2008 17:25:28 -0500 Rob Landley Wow is make stupid. (Ahem, full of "magic, implicit rules". Which are stupid.)
Fri, 28 Mar 2008 00:44:44 -0500 Rob Landley Update help, move test.sh to scripts, and fix "make test" to call right script.
Fri, 28 Mar 2008 00:40:57 -0500 Rob Landley Add uninstall and uninstall_flat.
Fri, 28 Mar 2008 00:09:31 -0500 Rob Landley Add install target, and make install_flat use scripts/install.sh
Sat, 23 Feb 2008 15:02:11 -0600 Rob Landley Don't delete testdir after running test.sh. Add it to make clean instead.
Sun, 17 Feb 2008 16:19:52 -0600 Rob Landley Yet more build dependency tweaks...
Tue, 22 Jan 2008 19:20:06 -0600 Rob Landley Might as well make the dependencies slightly more paranoid.
Mon, 21 Jan 2008 14:47:08 -0600 Rob Landley Hit makefile dependencies so install step doesn't rebuild toybox.
Sun, 20 Jan 2008 17:25:44 -0600 Rob Landley Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS()
Sat, 19 Jan 2008 17:43:27 -0600 Rob Landley Move NEWTOY() list from end of toylist.h to generated/newtoys.h.
Sat, 19 Jan 2008 17:08:39 -0600 Rob Landley Zap toys/Config.in and instead create generated/Config.in from contents of
Thu, 10 Jan 2008 14:40:13 -0600 Rob Landley Move some generated files into the "generated" subdirectory.
Sun, 09 Dec 2007 15:32:07 -0600 Rob Landley Add some more .PHONY targets.
Tue, 27 Nov 2007 01:44:27 -0600 Rob Landley Add a comment about a case that made me stop and think.
Sun, 25 Nov 2007 16:54:29 +0000 Charlie Shepherd Rebuild toybox when a header file changes
Sat, 10 Nov 2007 08:54:22 +0000 Charlie Shepherd Make toybox_unstripped depend upon toys/help.h (so it will be rebuilt when toys/Config.in is updated)
Mon, 12 Nov 2007 19:24:52 -0600 Rob Landley Patch fromm Roberto Foglietta: distclean should remove toys/help.h
Tue, 06 Nov 2007 00:35:26 -0600 Rob Landley Move toybox_old delete (for bloatcheck) from clean to distclean.
Tue, 04 Sep 2007 23:02:58 -0500 Rob Landley Move optimizer flags to OPTIMIZE, so "make CC=tcc OPTIMIZE=" is an option.
Wed, 29 Aug 2007 08:10:01 -0500 Rob Landley Add "help" command. (Building help/help.h requires python, but I'll ship
Mon, 18 Jun 2007 01:09:00 -0400 Rob Landley Fix makefile to defconfig properly, and leak in a bit of the new test 0.0.3
Thu, 07 Jun 2007 15:19:00 -0400 Rob Landley More cross compiling infrastructure.
Tue, 29 May 2007 16:26:47 -0400 Rob Landley Make it easier to specify which compiler to use.
Mon, 12 Mar 2007 21:17:01 -0400 Rob Landley Convert HOST_CC to HOSTCC to be more like uClibc build.
Tue, 13 Feb 2007 16:41:51 -0500 Rob Landley MacOS X has a defective sed with no -r.
Sat, 03 Feb 2007 14:10:00 -0500 Rob Landley Teach build to build only the toys/*.c selected in .config, and teach
Wed, 31 Jan 2007 15:23:21 -0500 Rob Landley Missing comma, and slight simplification in defconfig sed invocation.
Wed, 31 Jan 2007 14:37:01 -0500 Rob Landley Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_.
Wed, 31 Jan 2007 14:18:05 -0500 Rob Landley Add make install_flat.
Thu, 04 Jan 2007 17:26:30 -0500 Rob Landley Blah. The sed filter's not right, I'll try again later.
Sun, 31 Dec 2006 19:09:42 -0500 Rob Landley Make some of gcc 4.1's dumber warnings go away.
Sun, 26 Nov 2006 18:54:03 -0500 Rob Landley Teach clean and distclean to zap more files.
Sun, 26 Nov 2006 18:47:14 -0500 Rob Landley Add bloat-o-meter, make bloatcheck, and scripts/showasm.
Sun, 26 Nov 2006 17:18:29 -0500 Rob Landley Reduce flag duplication and make kconfig use HOST_CC.
Sat, 25 Nov 2006 13:32:01 -0500 Rob Landley Add another warning check and a missing dependency.
Thu, 02 Nov 2006 19:50:02 -0500 Rob Landley Better dependencies, and feed the linker --gc-sections. (Which is not an
Wed, 01 Nov 2006 22:26:25 -0500 Rob Landley Make the config generate gen_config.h with CFG_ and USE() macros.
Mon, 30 Oct 2006 01:38:00 -0500 landley Implement df. Add -Wall to build and fix up warnings. Add copyright notices.
Wed, 18 Oct 2006 18:38:16 -0400 landley Next drop of toysh, plus more infratructure.
Thu, 28 Sep 2006 17:18:51 -0400 landley Next snapshot. Tries to grab something out of lib in order to build, I have