diff options
author | 2016-10-16 08:47:17 +0000 | |
---|---|---|
committer | 2016-10-16 08:47:17 +0000 | |
commit | fdaef70e8337dff91ea038329b20a7caa49034d4 (patch) | |
tree | bedc0ae1d1e094bd5a6e4a057a6a1e483bd3165e /usr.bin/tmux/cmd-source-file.c | |
parent | switch to a re-exec model instead of plain forking to reduce sharing. (diff) | |
download | wireguard-openbsd-fdaef70e8337dff91ea038329b20a7caa49034d4.tar.xz wireguard-openbsd-fdaef70e8337dff91ea038329b20a7caa49034d4.zip |
Stop complaining about changed kernel options when called for an empty
directory. With the new kernel obj mechanism config always prints
Kernel options have changed -- you must run "make clean"
on the first run. The message is suppressed when the compile directory
didn't exist before, but now the directory always exists when config is
run, so we have to use something else to detect if this is a "fresh" run
or an update of an existing directory. Use the options file instead,
which is used to track the kernel options of the last config run. If the
file doesn't exist, it is safe to assume, that this is a "fresh"
directory.
ok tb deraadt
Diffstat (limited to 'usr.bin/tmux/cmd-source-file.c')
0 files changed, 0 insertions, 0 deletions