aboutsummaryrefslogtreecommitdiff
path: root/scripts/make.sh
AgeCommit message (Expand)Author
2012-11-28Use the specified compiler for preprocessing.Rob Landley
2012-11-26Cleanup i18n support (#ifdefectomy, move global init to process launch). Teac...Rob Landley
2012-11-19Teach option parsing about [groups] of related options.Rob Landley
2012-10-08New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...Rob Landley
2012-09-08Add switch_root and fix infrastructure to understand name "switch_root".Rob Landley
2012-08-25Teach build to compare toys/*/*.c against .config symbol names instead of sto...Rob Landley
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley
2012-06-11Multiplexer needs stayroot flag for suid handling.0.3.0Rob Landley
2012-05-23Probe available libraries to link --as-needed, avoiding "unknown libarary" er...Rob Landley
2012-04-24Adding initial version of login.cElie De Brauwer
2012-04-14Teach make.sh to create flag macros, but with the wrong names. Dunno how to m...Rob Landley
2012-03-06Comment and whitespace tweaks.Rob Landley
2012-03-03Fix from Georgi Chorbadzhiyski to make cross compiling more robust.0.2.1Rob Landley
2012-02-17Add V=1 support to make.Rob Landley
2009-12-13The "strip" in gcc 4.4 doesn't set the executable bit on its output, despite ...Rob Landley
2009-01-30Convert non-bool config values (such as int) into config.h entries.Rob Landley
2009-01-30Re-wordwrap and reorder the .config->config.h sed script. (No real changes, ...Rob Landley
2008-11-15Add netcat server mode, -l, -L, and -t.Rob Landley
2008-05-12Sort was including the trailing comma and getting the order wrong.Rob Landley
2008-02-23Remove some commented out code.Rob Landley
2008-01-25Die on compilation or stripping failureCharlie Shepherd
2008-01-22Sort newtoys.h by command name, not by USE_ macro.Rob Landley
2008-01-20Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS()Rob Landley
2008-01-19Move NEWTOY() list from end of toylist.h to generated/newtoys.h.Rob Landley
2008-01-19Zap toys/Config.in and instead create generated/Config.in from contents ofRob Landley