aboutsummaryrefslogtreecommitdiffstats
path: root/clean
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2021-07-15 17:20:56 +0100
committerTomasz Kramkowski <tk@the-tk.com>2021-07-15 17:20:56 +0100
commit945563f4e4e4cf4e4aa570ad64acd41702e8f9e6 (patch)
tree3971802d9f6133c2e16dd25578c98ea75e2bfb47 /clean
parent18e1756dfb07d0adbd4f045534a18194839fe86c (diff)
downloadpack-945563f4e4e4cf4e4aa570ad64acd41702e8f9e6.tar.gz
pack-945563f4e4e4cf4e4aa570ad64acd41702e8f9e6.tar.xz
pack-945563f4e4e4cf4e4aa570ad64acd41702e8f9e6.zip
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.
Diffstat (limited to 'clean')
-rwxr-xr-xclean2
1 files changed, 1 insertions, 1 deletions
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