commit | 904fe1fbd10388f384c9930fa2d8a25113b7e7aa | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Sat Oct 02 14:28:08 2010 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Oct 02 14:28:08 2010 +0000 |
tree | f9518052e59d1c5792f0b8b4bc2dca56953ee305 | |
parent | 3f7132d1a35040331ae4541f010713b835be75e3 [diff] |
Makefile: fix config-devices.mak generation The logic of detecting changes in default-configs/*.mak is flawed as can be demonstrated by 'touch default-configs/*.mak' followed by make. This results in a message claiming that user made changes to the */config-devices.mak files. Fix by separating the detection of changes made by the user and changes in the default-configs. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>