log scripts/make.sh @ 581:1e07220fd3b6

age author description
Wed, 23 May 2012 21:54:16 -0500 Rob Landley Probe available libraries to link --as-needed, avoiding "unknown libarary" errors.
Tue, 24 Apr 2012 23:09:27 +0200 Elie De Brauwer Adding initial version of login.c
Sat, 14 Apr 2012 22:31:53 -0500 Rob Landley Teach make.sh to create flag macros, but with the wrong names. Dunno how to make a translation macro or #ifdef guard to get the names right so they actually be _used_ yet...
Tue, 06 Mar 2012 20:48:27 -0600 Rob Landley Comment and whitespace tweaks.
Sat, 03 Mar 2012 10:56:11 -0600 Rob Landley Fix from Georgi Chorbadzhiyski to make cross compiling more robust. 0.2.1
Fri, 17 Feb 2012 12:06:12 -0600 Rob Landley Add V=1 support to make.
Sun, 13 Dec 2009 00:12:26 -0600 Rob Landley The "strip" in gcc 4.4 doesn't set the executable bit on its output, despite what SUSv4 says it should do, so cope with buggy FSF tools.
Fri, 30 Jan 2009 16:17:35 -0600 Rob Landley Convert non-bool config values (such as int) into config.h entries.
Fri, 30 Jan 2009 16:10:55 -0600 Rob Landley Re-wordwrap and reorder the .config->config.h sed script. (No real changes, just one command/line in a clearer order.)
Sat, 15 Nov 2008 05:17:23 -0600 Rob Landley Add netcat server mode, -l, -L, and -t.
Mon, 12 May 2008 01:23:19 -0500 Rob Landley Sort was including the trailing comma and getting the order wrong.
Sat, 23 Feb 2008 14:59:22 -0600 Rob Landley Remove some commented out code.
Fri, 25 Jan 2008 14:44:01 +0000 Charlie Shepherd Die on compilation or stripping failure
Tue, 22 Jan 2008 17:38:55 -0600 Rob Landley Sort newtoys.h by command name, not by USE_ macro.
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