summaryrefslogtreecommitdiffstats
path: root/release/picobsd/build
Commit message (Expand)AuthorAgeFilesLines
* add support for shared "crunch" binary.luigi2009-03-251-20/+59
* add a function to help copying shared binaries from the outputluigi2009-03-241-2/+67
* remove unused "package" entry.luigi2009-03-241-66/+55
* add the option to picobsd to copy files from the host filesystemluigi2009-03-181-5/+50
* when initializing, also build _includes and _librariesluigi2009-02-201-2/+2
* use /boot/loader by default, because the boot code seems toluigi2009-02-201-60/+109
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-251-4/+5
* Fix build of the "package" target, ignoring non existingluigi2007-11-141-41/+39
* Fix picobsd builds. Changes include:luigi2007-11-142-7/+9
* Send the pcvt(4) driver off to retirement.phk2006-05-171-1/+1
* unbreak the build script.luigi2006-01-311-169/+103
* NOCLEAN -> NO_CLEANru2004-12-211-1/+1
* NOSHARE -> NO_SHAREru2004-12-211-1/+1
* NOHTML -> NO_HTMLru2004-12-211-1/+1
* NOGAMES -> NO_GAMESru2004-12-211-1/+1
* NOFSCHG -> NO_FSCHGru2004-12-211-1/+1
* NODOCCOMPRESS -> NO_DOCCOMPRESSru2004-12-211-3/+3
* NOLIBC_R -> NO_LIBC_Rru2004-12-211-1/+1
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
* Fix various issues with the picobsd build script in -current:luigi2004-03-211-16/+28
* Remove obsolete disklabel and newfs options.simokawa2003-11-071-8/+10
* Not needed anymore.luigi2002-07-141-114/+0
* Replace a logverbose call with logluigi2002-07-141-1/+1
* Enable building of picobsd using CURRENT sources again.luigi2002-07-141-27/+43
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-4/+22
* Modernize my email address.phk2002-03-251-1/+1
* DESTDIR does not anymore does the -I${DESTDIR}/usr/include magicru2002-03-221-4/+4
* Gracefully exit when no MFS signature is found in the kernel.luigi2002-03-211-1/+14
* Fix detection of existing ssh host key, generate the new oneluigi2002-03-111-10/+14
* Make appropriate changes to use devfs.luigi2002-03-111-4/+6
* Misc fixes to the build script:luigi2002-03-081-19/+31
* Use { } instead of ( ) for grouping shell commands so thatluigi2002-02-141-8/+8
* Whoops... left some junk in previous commit.luigi2001-11-241-4/+0
* Let "make" use the .mk files from the correct source tree insteadluigi2001-11-241-6/+24
* Use a local write_mfs_in_kernel.c instead of the one in ncvs/src/releasejoe2001-11-201-1/+1
* Provide a new picobsd option, "--modules", to also build modulesluigi2001-11-012-2/+19
* Use host keys from the config directory if they exist, instead ofluigi2001-10-071-2/+6
* Fix a typo and sync a comment with the version in RELENG_4luigi2001-10-071-2/+2
* Use @__CWD__@ as the magic string meaning "this directory"luigi2001-10-041-1/+1
* A somewhat large change of this script.luigi2001-10-021-349/+431
* Compile the kernel under ${BUILDDIR} instead of polluting the sourceluigi2001-10-021-3/+13
* Move a bunch of initialization into a function which must be runluigi2001-09-281-53/+75
* On -current with devfs there is no MAKEDEV in /dev anymore, so usejoe2001-09-201-1/+3
* Relocate the memory disk selection code to the same place the otherjoe2001-09-201-9/+9
* Make the script aware of mdconfig, so it can hopefully run on -CURRENTluigi2001-09-201-35/+53
* Move commands to create stripped kernel into Makefile.conf,luigi2001-09-042-39/+49
* use correct "compile" directory, which is ../../compile/<filename>luigi2001-09-011-1/+1
* Supply a default value for the kernel config binary.luigi2001-09-011-0/+1
* Bugfix: Use the correct variable for picobsd type (same bug isluigi2001-09-011-5/+6
* add a missing -o.luigi2001-08-301-1/+1
OpenPOWER on IntegriCloud