logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 3d4476c529bb3d2a2419e9f0bdf7241cdab66de8
parent 70bd0be9fa5af710215bd15c33bf9e70023cfe17
Author: Michael Forney <mforney@mforney.org>
Date:   Mon, 28 Jan 2019 22:52:32 -0800

Add short description for `cc` rule

This should prevent going over the maximum log size on travis.

Diffstat:

Mrules.ninja1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/rules.ninja b/rules.ninja @@ -7,6 +7,7 @@ rule cc command = $cc -MMD -MF $out.d $cflags -c -o $out $in depfile = $out.d deps = gcc + description = CC $out rule as command = $as $asflags -o $out $in