Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Fix a bad BitKeeper dependency structure for the "CMakeLists.txt" files.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
joerg@trift2. committed Jul 31, 2007
1 parent b853f4d commit 22d445e
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 0 deletions.
Empty file modified CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified client/CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified dbug/CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified extra/CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified extra/yassl/CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified extra/yassl/taocrypt/CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified libmysql/CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified mysys/CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified regex/CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified server-tools/instance-manager/CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified sql/CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified storage/heap/CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified storage/innobase/CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified storage/myisam/CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified storage/myisammrg/CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified strings/CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified tests/CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified vio/CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified zlib/CMakeLists.txt
100644 → 100755
Empty file.

0 comments on commit 22d445e

Please sign in to comment.