From 4955b30b7f17b15d45d7df14b7e538bd08ac3d04 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 21 Oct 2016 08:24:41 -0700 Subject: 3540 --- build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build') diff --git a/build b/build index ab9c92fd..64909086 100755 --- a/build +++ b/build @@ -1,4 +1,6 @@ #!/bin/sh +# returns 0 on successful build or nothing to build +# non-zero exit status only on error during building set -e # stop immediately on error # [0-9]*.cc -> mu.cc -> .build/*.cc -> .build/*.o -> .build/mu_bin @@ -7,8 +9,6 @@ set -e # stop immediately on error # can also be called with a layer to only build until # $ ./build --until 050 -# returns 0 on successful build or nothing to build; -# non-zero exit status only on error during building UNTIL_LAYER=${2:-zzz} # there's two mechanisms for fast builds here: -- cgit 1.4.1-2-gfad0 /td> Community notes board for shared UNIX systemsgbmor <ben@gbmor.dev>
summary refs log blame commit diff stats
path: root/Cargo.toml
blob: 81b163b7114a70b228720bcd00665c8a65d72266 (plain) (tree)
1
2
3
4
5
6
7
8
9