diff options
author | joerg@trift2. <> | 2007-07-31 19:35:13 +0200 |
---|---|---|
committer | joerg@trift2. <> | 2007-07-31 19:35:13 +0200 |
commit | 22d445ee709cc69cc8b989421bf5fde82def7d65 (patch) | |
tree | cdac3fc211f3b399c96dd44278a438ac15e499b6 /mysys/CMakeLists.txt | |
parent | b853f4d1feb344131b79e9e13544ed7c04e2b5b8 (diff) | |
download | mariadb-git-22d445ee709cc69cc8b989421bf5fde82def7d65.tar.gz |
Fix a bad BitKeeper dependency structure for the "CMakeLists.txt" files.
They had been introduced in 5.1 and were only later backported to 5.0;
as a consequence, the files in the 5.1 tree do not depend on the 5.0 ones,
and changes in 5.0 do not propagate into the 5.1 files.
To fix this, the (previous) files in 5.1 now are deleted ("bk rm"),
and the previously deleted files depending on 5.0 are now moved to the
respective source directories ("bk mv").
The current 5.1 contents is restored in these files.
If you need the previous history of the 5.1 files ("bk revtool"),
access those in "BitKeeper/deleted".
Contrary to the original plan, I did not introduce the name
"CMakeLists.historic" - mostly in order not to clutter the source tree.
This fixes bug#29982.
Diffstat (limited to 'mysys/CMakeLists.txt')
-rwxr-xr-x[-rw-r--r--] | mysys/CMakeLists.txt | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/mysys/CMakeLists.txt b/mysys/CMakeLists.txt index 1ae625c4c03..1ae625c4c03 100644..100755 --- a/mysys/CMakeLists.txt +++ b/mysys/CMakeLists.txt |