diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-05-22 09:18:33 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-05-22 09:27:38 +0200 |
commit | b287c82bed6673648a69be6c1cf84abe8885a3c4 (patch) | |
tree | 8367ad40a644054f63e7723a750355e20fdb40b8 /include/shell.sh | |
parent | a789c0f49159c618d990541c23e00630f7296ebc (diff) | |
download | upstream-b287c82bed6673648a69be6c1cf84abe8885a3c4.tar.gz upstream-b287c82bed6673648a69be6c1cf84abe8885a3c4.tar.bz2 upstream-b287c82bed6673648a69be6c1cf84abe8885a3c4.zip |
build: prevent spurious package rebuilds under CONFIG_AUTOREMOVE
When CONFIG_AUTOREMOVE is enabled, the build system touches an additional
".autoremove" stamp file in the cleaned build directory.
Since the autoremove stamp file is touched after the compile process
completed, it ends up being the most recent file of the package build
directory, causing the timestamp.pl check of depends.mk to erroneously
declare the ".built" and ".prepared" stamp files as stale, triggering
a forced clean-build submake process.
Fix the problem by using the ".built" stamp file as modification time
reference when touching the ".autoremove" stamp file.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'include/shell.sh')
0 files changed, 0 insertions, 0 deletions