log Makefile @ 206:a14921912ebc

age author description
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