From 945563f4e4e4cf4e4aa570ad64acd41702e8f9e6 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Thu, 15 Jul 2021 17:20:56 +0100 Subject: Generate .config.rc (now .vars.rc) with redo This avoids relying on configure generating anything, this should also make it easier to ensure that git-bisect builds don't need any reconfiguring or cleans. --- clean | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clean') diff --git a/clean b/clean index 246aa82..2cb5f16 100755 --- a/clean +++ b/clean @@ -1,3 +1,3 @@ #!/bin/sh find . -type f \( -name '*.d' -o -name '*.o' -o -name '*.inc' \) -exec rm -f {} + -rm -f .compile .link-library .link-executable test_gen test libpack.so all +rm -f .compile .link-executable .link-library .vars.rc all compile_flags.txt libpack.so test test_gen -- cgit v1.2.3-54-g00ecf