freebsd-skq/release/picobsd/build
Luigi Rizzo 267d023df8 Enable building of picobsd using CURRENT sources again.
Following a suggestion by Ruslan, the initial creation of the
includes and libraries (and build tools) is now done by
invoking "make buildworld" (with -DPICOBSD which eventually will
limit the amount of stuff built with a 2-line change in Makefile.inc1).
The correct environment is then used for subsequent builds.

Also remove write_mfs_in_kernel.c in favour of using dd

All the above is conditional on __FreeBSD_version, as the previous
method still worked for versions earlier than 500035, and I am
unsure on how the "new" method works for earlier versions.

Finally, note that the crunch.conf files need some work because
some libraries (e.g. gmd) have gone away from the base installation.
2002-07-14 09:07:13 +00:00
..
config Make appropriate changes to use devfs. 2002-03-11 05:46:18 +00:00
Makefile.conf Provide a new picobsd option, "--modules", to also build modules 2001-11-01 16:17:37 +00:00
mfs.mtree Fixup the /tmp directory permissions to 01777. 2000-11-07 20:40:21 +00:00
picobsd Enable building of picobsd using CURRENT sources again. 2002-07-14 09:07:13 +00:00
write_mfs_in_kernel.c This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00