log Makefile @ 1776:7bf68329eb3b draft default tip

age author description
Sat, 28 Mar 2015 13:13:42 -0500 Elliott Hughes Fix an obvious typo in Makefile. draft
Sat, 14 Feb 2015 01:08:15 -0600 Rob Landley Move guts of "make change" to scripts/change.sh, don't try to build sh or help standalone. draft
Sat, 07 Feb 2015 17:19:38 -0600 Rob Landley Clean up the output of "make change". draft
Sat, 13 Dec 2014 11:59:10 -0600 Rob Landley Add "make help" entry for "make change". draft
Fri, 28 Nov 2014 16:51:32 -0600 Rob Landley Add "change" subdirectory to make clean. draft
Fri, 28 Nov 2014 16:49:46 -0600 Rob Landley Add "make change" target to build the big toybox binary as a bunch of little ones (in the "change" subdirectory), and tweak scripts/make.sh to avoid redundant work when rebuilding. draft
Sat, 20 Sep 2014 14:20:28 -0500 Rob Landley Delete generated/README.txt (the contents are in code.html now) so clean can just remove the "generated" directory entirely. draft
Sat, 20 Sep 2014 13:22:13 -0500 Rob Landley Forgot to check in the updated makefile when I moved the testsuite. draft
Thu, 11 Sep 2014 20:50:10 -0500 Rob Landley Create a generated/build.sh with a single compiler command line to rebuild the toybox_unstripped binary using the existing generated/*.h files. draft
Tue, 09 Sep 2014 20:13:03 -0500 Rob Landley Make tweaks: collate generated/*.o files into their own subdirectory, add PIPEFAIL for better error reporting, and simpler regex to select toys/*/*.c list based on NEWTOY/OLDTOY macros. draft
Sun, 10 Aug 2014 12:01:49 -0500 Rob Landley Update clean to clean up after new parallel build. draft
Tue, 15 Apr 2014 21:59:42 -0500 Rob Landley Probes for O_NOFOLLOW that compile and run something aren't compatible with cross compiling, so just #define it to 0 if it's not in fcntl.h where posix-2008 says. draft
Fri, 28 Feb 2014 23:04:57 -0600 Rob Landley Fix two bugs reported by Ashwini Sharma. draft
Fri, 03 Jan 2014 18:23:09 -0600 Rob Landley Replace python help converter with C implementation. draft
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.