summaryrefslogtreecommitdiff
path: root/tools/adk/Makefile
AgeCommit message (Collapse)Author
2011-01-26another HOSTCC elimination, thx hudsonWaldemar Brodkorb
2011-01-08variable name cleanupWaldemar Brodkorb
2011-01-08rework and cleanup top level directory creation, avoid some unnecessary rebuilsWaldemar Brodkorb
2011-01-07use HOSTCC, HOSTCFLAGS, etc. here, tooThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-20new GRUB2 installation script, derived from MirBSD bootblocksThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-20add tool to display the size of a HDD/CF/SD/MMC/USB in 512-byte sectorsThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-03add missing target directory, when rebuildingWaldemar Brodkorb
2010-10-31rework installation scripts for block devicesWaldemar Brodkorb
Avoid sfdisk, parted and chroot to be more portable. Compile Host grub in target/tools, only used for ibmx40 target right now. Add pt - partition table manager from OpenWrt with some additions and portability fixes. Cfgfs support missing, coming soon.
2010-09-15rebuild packages on flavour or choices changeWaldemar Brodkorb
add new target rebuild. make cpio and pacch quiet. Use bin/tools for cpio and mkcrypt.
2010-09-14replace mksh scripts with faster C programsWaldemar Brodkorb
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable.