aboutsummaryrefslogtreecommitdiffstats
path: root/.link-executable.do
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 /.link-executable.do
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 '.link-executable.do')
-rwxr-xr-x.link-executable.do4
1 files changed, 2 insertions, 2 deletions
diff --git a/.link-executable.do b/.link-executable.do
index bb3dea6..6b2ef81 100755
--- a/.link-executable.do
+++ b/.link-executable.do
@@ -1,6 +1,6 @@
#!/bin/bash -e
-redo-ifchange .config.rc
-. ./.config.rc
+redo-ifchange .vars.rc
+. ./.vars.rc
exec >"$3"
echo "# generated by $0"
declare -p CC LDFLAGS LDLIBS