Run vpp-configure on change to cmake config files. 90/16990/4
authorBurt Silverman <burtms@gmail.com>
Wed, 23 Jan 2019 02:55:02 +0000 (21:55 -0500)
committerDamjan Marion <dmarion@me.com>
Sat, 26 Jan 2019 18:31:17 +0000 (18:31 +0000)
commite52973260730662d336a4044b33e847f40eec5f5
tree1eb2b2c601bc2cd808e5390be9c67d51b5765924
parente0982e56f0b644fbec429fa8639ddb1b3403bea8
Run vpp-configure on change to cmake config files.

Modify the dirs assignment in configure_check_timestamp to
add the build-data/platforms/$(PLATFORM).mk file, all the CMakeLists.txt
files in the $(PACKAGE_SOURCE) tree, and the $(PACKAGE_SOURCE)/cmake
directory.
(For example, for package vpp, $(PACKAGE_SOURCE) is <Top of Tree>/src).
Note that in an earlier era there was no build-data/platforms directory and
no CMakeLists.txt files.
Also, we tacitly assume that $(SOURCE_PATH_BUILD_DATA_DIRS) is only one
directory whereas ebuild has been used in environments where there are two
treetops.

Change-Id: I761219adbdb4c7e675bb12b3e7f052db68f0294c
Signed-off-by: Burt Silverman <burtms@gmail.com>
build-root/Makefile