Browse Source

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.
pull/73/head
joerg@trift2. 19 years ago
parent
commit
22d445ee70
  1. 0
      CMakeLists.txt
  2. 0
      client/CMakeLists.txt
  3. 0
      dbug/CMakeLists.txt
  4. 0
      extra/CMakeLists.txt
  5. 0
      extra/yassl/CMakeLists.txt
  6. 0
      extra/yassl/taocrypt/CMakeLists.txt
  7. 0
      libmysql/CMakeLists.txt
  8. 0
      mysys/CMakeLists.txt
  9. 0
      regex/CMakeLists.txt
  10. 0
      server-tools/instance-manager/CMakeLists.txt
  11. 0
      sql/CMakeLists.txt
  12. 0
      storage/heap/CMakeLists.txt
  13. 0
      storage/innobase/CMakeLists.txt
  14. 0
      storage/myisam/CMakeLists.txt
  15. 0
      storage/myisammrg/CMakeLists.txt
  16. 0
      strings/CMakeLists.txt
  17. 0
      tests/CMakeLists.txt
  18. 0
      vio/CMakeLists.txt
  19. 0
      zlib/CMakeLists.txt

0
CMakeLists.txt

0
client/CMakeLists.txt

0
dbug/CMakeLists.txt

0
extra/CMakeLists.txt

0
extra/yassl/CMakeLists.txt

0
extra/yassl/taocrypt/CMakeLists.txt

0
libmysql/CMakeLists.txt

0
mysys/CMakeLists.txt

0
regex/CMakeLists.txt

0
server-tools/instance-manager/CMakeLists.txt

0
sql/CMakeLists.txt

0
storage/heap/CMakeLists.txt

0
storage/innobase/CMakeLists.txt

0
storage/myisam/CMakeLists.txt

0
storage/myisammrg/CMakeLists.txt

0
strings/CMakeLists.txt

0
tests/CMakeLists.txt

0
vio/CMakeLists.txt

0
zlib/CMakeLists.txt

Loading…
Cancel
Save