From a6f62055835c5c3f9546818fbbcd43c73baef57f Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Fri, 6 Aug 2021 15:49:26 +0100 Subject: Implement compile_commands.json generation --- all.do | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'all.do') diff --git a/all.do b/all.do index e8dccf3..3994db3 100755 --- a/all.do +++ b/all.do @@ -1,2 +1,5 @@ -#!/bin/sh -redo-ifchange libpack test compile_flags.txt +#!/usr/bin/env bash +set -e +redo-ifchange .vars.rc +. ./.vars.rc +redo-ifchange libpack test "${extra_targets[@]}" -- cgit v1.2.3-54-g00ecf