Giter Club home page Giter Club logo

hammer's Introduction

             hammer.git - The extremely simple HAMMER build system

                           Technical Reference Guide

          Copyright (C) 2012-2014 Aaro Koskinen <[email protected]>

        Licensed under the GNU General Public License version 2 (GPLv2).


    INTRODUCTION
    ------------
    hammer.git provides simple scripts and tools for building a complete Linux
    distribution. The idea is that you pull this stuff into your project and
    the zero-length files are hooks (the supported interface) that you are
    supposed to modify.


    ENVIRONMENT
    -----------
    Some magic enviroment variables:

        WEAK_DEPS
            When set to "1", strict dependency rules between subsystems are
            bypassed and a clean build within a subsystem is not enforced
            when some build script is modified. This is mainly useful when
            developing & build-testing a newly added package to avoid a
            complete rebuild of everything. Using this option may result in
            some stale files remaining whenever the content of some package
            changes, and generally results in a nonreproducible build.

        <package name>_force
            When set, forces a rebuild of a single package. This is mainly
            useful only together with "<package name>_sources" variable.

        <package name>_sources
            Specifies a directory that overrides a package source code from
            the content defined by PKG_URL. This is mainly useful when
            developing new patches against a package (by modifying its source
            tree) or when trying out a new version of a package or while
            bisecting a package etc. Using this option very likely results in a
            nonreproducible build.


    At this time, there is no more documentation available, sorry.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.