Hitchhiker Linux source tree
Go to file
Nathan Fisher 14ce2e3877 gmp - fix (hopefully) armv7l install
grub - disable device-mapper in case present on local machine
2021-03-28 12:04:18 -04:00
LICENSE.heirloom Commit sysroot / cross-compile build tree 2021-02-18 19:41:59 -05:00
distfiles Testing musl support, disabled by default 2021-03-10 13:53:36 -05:00
include Moved kernel build out of world and into kernel subdir 2021-03-21 01:01:32 -04:00
kernel Fix issue with source directory for kernel build 2021-03-24 15:00:35 -04:00
scripts Commit sysroot / cross-compile build tree 2021-02-18 19:41:59 -05:00
templates Added havaged 2021-03-04 09:23:50 -05:00
toolchain Fixes for armv6 2021-03-22 17:13:41 -04:00
world gmp - fix (hopefully) armv7l install 2021-03-28 12:04:18 -04:00
.gitignore Restructured paths 2021-03-02 15:13:26 -05:00
COPYING Commit sysroot / cross-compile build tree 2021-02-18 19:41:59 -05:00
INSTALL.md Added README.md, formatted INSTALL as markdown. 2021-02-20 10:03:28 -05:00
LICENSE.BEERWARE Commit sysroot / cross-compile build tree 2021-02-18 19:41:59 -05:00
LICENSE.BSD Commit sysroot / cross-compile build tree 2021-02-18 19:41:59 -05:00
LICENSE.GPL3 Commit sysroot / cross-compile build tree 2021-02-18 19:41:59 -05:00
LICENSE.LGPL3 Commit sysroot / cross-compile build tree 2021-02-18 19:41:59 -05:00
Makefile Moved kernel build out of world and into kernel subdir 2021-03-21 01:01:32 -04:00
README.md Added README.md, formatted INSTALL as markdown. 2021-02-20 10:03:28 -05:00
config.mk.sample Numerous changes to toolchain optional packages and world default packages 2021-02-26 12:46:11 -05:00

README.md

Hitch Hiker Linux

Source and build tree

#!/don't/panic

This is the source and build tree for the Hitch Hiker Linux base system. It is organized thus:

.
├── build        The output directory
├── distfiles    Downloaded source tarballs
├── include      Included Makefiles and headers
├── scripts      Support scripts
├── toolchain    Build tree for the toolchain and Glibc
└── world        Build tree for the base system

The subdirectories toolchain and world are further subdivided by individual program and source package. Many of the subdirectories just wrap the HitchHiker build system around that of third party sources. However, the special subdirectories bin, sbin, usr.bin, usr.sbin, and lib contain sources that are imported directly into HitchHiker, or written specifically for it, and build directly using Make.

For overall instructions for building the sources, see INSTALL.md