Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-12-01 | Update sysbuild to 1.2. | jmmv | 1 | -1/+2 | |
Changes in this version include: * New flag `-f' (fast mode). This allows setting the UPDATE variable during builds (`-u' option of build.sh) and also makes kernel builds faster. * New target config-kernel. This makes it easy to modify kernel configuration files interactively. * Do not create sysbuild user's home directory during installation, to avoid hardcoding the /etc/skel path in the INSTALL script. Instead, provide a sample (and simple) `profile' file that is installed in the examples directory and is copied to the right place during the `init' target (suggested by jlam). * Use `printf' instead of `echo -n' (the later is not well supported under some systems, like Solaris). | |||||
2002-11-28 | Initial import of sysbuild-1.0. Description follows: | jmmv | 1 | -0/+6 | |
sysbuild is a script that simplifies the process of building NetBSD releases and kernels as an unprivileged user. It should be clear enough that it does not add any kind of magic to the NetBSD build system. It just automates boring steps, like setup of permissions, directories, execution of the build process, etc. It also provides enough functionality to automatically update CVS source trees. sysbuild can be easily used from command line or as a cron job, so you can schedule most of the build jobs (really, it has been designed to run perfectly from cron). Approved by wiz. |