aboutsummaryrefslogtreecommitdiff
path: root/scripts/install.c
AgeCommit message (Collapse)Author
2019-03-10install.c doesn't include the standard headers so hasn't got ARRAY_LEN()Rob Landley
2019-03-04Consistently use ARRAY_LEN.Elliott Hughes
2016-02-10Wean scripts/install.c off toys.h so cross compiling less brittle.Rob Landley
2015-01-02Need to update install.c for the changed OLDTOY() argument list.Rob Landley
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked ↵Rob Landley
right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style. The actual code should be the same afterward, this is just cosmetic refactoring.
2008-01-20Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS()Rob Landley
macros in each C file, and making generated/globals.h from that. Rename "toy" to "this" along the way to avoid toy/toys confusion.
2007-01-31Missing comma, and slight simplification in defconfig sed invocation.Rob Landley
2007-01-31Add make install_flat.Rob Landley