From 893c529590c68c0d0c1fdd1e39f442023f434404 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 11 Dec 2013 00:55:30 +0100 Subject: add @strict macro, fix @info for code not under version control (private code) --- ship/build | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/ship/build b/ship/build index 5863e325..2051a7db 100755 --- a/ship/build +++ b/ship/build @@ -40,12 +40,22 @@ EOF fi } +## usage: #@strict -> build_strict_mode \1 +build_strict_mode() { cat< build_info \1 -build_info() { cat</dev/null || true) +cat<> "$buildcache" } + + ### ### main invocation ### -- cgit v1.2.3