log Makefile @ 1115:349424387e22 draft

age author description
Sun, 10 Nov 2013 15:58:03 -0600 Rob Landley distclean was missing singleconfig.old. draft
Thu, 03 Oct 2013 03:18:00 -0500 Rob Landley Switch flag generation from shell to C. draft
Fri, 30 Aug 2013 01:53:31 -0500 Rob Landley Add scripts/single.sh to build individual non-multiplexed standalone commands. draft
Mon, 12 Aug 2013 01:48:27 -0500 Rob Landley More grep cleanup, and make OPTSTR_command macros for use with OLDTOY()
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)