Giter Site home page Giter Site logo

baredo's Introduction

baredo: a redo[1] build system implementation.

baredo (bare-redo) differs from other redo implementations in that it is aimed to
reflect the simplicity, usability, efficiency and completeness of redo's design.
This is why no other "features" are planned to be implemented and it is
considered complete in its current state. (though flags for not printing
status lines, etc. could be considered)

[1]: https://cr.yp.to/redo.html

Requires a POSIX-compatible environment that can compile C99 code,
but no external dependencies.

Commands implemented: redo, redo-ifchange, redo-ifcreate, redo-infofor.

redo-infofor is just a helper and .do files shouldn't rely on its existatnce.

DOCUMENTATION
-------------

baredo's behaviour is described in the redo.1 manpage, which you can view
localy (after having cloned the repo) with

	$ man -l redo.1

BUILDING
--------

First run
	$ ./gencc # reads CC,... from its enviromnent

Then, you can use redo, if available, to build with

	$ redo all

or, bootstrap with

	$ ./bootstrap

INSTALLING
----------

Install commands to /pref/bin and man page to /manpref/man1 with

	./install -c/pref/bin -m/manpref/man1

The ./install script can be used to (un)install the commands and the manual
page seperately, e.g. uninstall only commands from /path/dir with

	./install -c/path/dir

baredo's People

Contributors

gotroyb127 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.