Remove comments.

This commit is contained in:
Jonathan Perkin 2010-05-12 16:25:53 +01:00
parent 5b85121ca6
commit 9d33e95474

View File

@ -32,8 +32,6 @@ ELSE()
SET(HOSTNAME "hostname") SET(HOSTNAME "hostname")
ENDIF() ENDIF()
# XXX: shouldn't we just have variables for all this stuff and centralise
# XXX: their configuration in install_layout.cmake?
IF(WIN32) IF(WIN32)
SET(inst_location ${INSTALL_DOCREADMEDIR}) SET(inst_location ${INSTALL_DOCREADMEDIR})
ELSE() ELSE()
@ -47,8 +45,6 @@ FOREACH(inifile my-huge my-innodb-heavy-4G my-large my-medium my-small)
ENDFOREACH() ENDFOREACH()
IF(UNIX) IF(UNIX)
# XXX: again, used elsewhere (scripts/), should be standardised in
# XXX: install_layout.cmake
IF(INSTALL_LAYOUT MATCHES "STANDALONE") IF(INSTALL_LAYOUT MATCHES "STANDALONE")
SET(prefix ".") SET(prefix ".")
ELSE() ELSE()