bochs(un)install targets removed
This doesn't work anymore, as we're not building a bochs binary. git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1413 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -91,14 +91,15 @@ if(BUILD_BOCHS)
|
|||||||
COMMENT "[${PROJECT_NAME}] Cleaning all up (all-clean in bochs)"
|
COMMENT "[${PROJECT_NAME}] Cleaning all up (all-clean in bochs)"
|
||||||
)
|
)
|
||||||
|
|
||||||
add_custom_target(bochsinstall
|
# these don't work, because we don't build a bochs binary anymore:
|
||||||
COMMAND +make -C ${bochs_src_dir} CXX=\"ag++ -p ${PROJECT_SOURCE_DIR} -I${PROJECT_SOURCE_DIR}/src/core -I${CMAKE_BINARY_DIR}/src/core --real-instances --Xcompiler\" LIBTOOL=\"/bin/sh ./libtool --tag=CXX\" install
|
#add_custom_target(bochsinstall
|
||||||
COMMENT "[${PROJECT_NAME}] Installing Bochs ..."
|
# COMMAND +make -C ${bochs_src_dir} CXX=\"ag++ -p ${PROJECT_SOURCE_DIR} -I${PROJECT_SOURCE_DIR}/src/core -I${CMAKE_BINARY_DIR}/src/core --real-instances --Xcompiler\" LIBTOOL=\"/bin/sh ./libtool --tag=CXX\" install
|
||||||
)
|
# COMMENT "[${PROJECT_NAME}] Installing Bochs ..."
|
||||||
|
#)
|
||||||
add_custom_target(bochsuninstall
|
#
|
||||||
COMMAND +make -C ${bochs_src_dir} uninstall
|
#add_custom_target(bochsuninstall
|
||||||
COMMENT "[${PROJECT_NAME}] Uninstalling Bochs ..."
|
# COMMAND +make -C ${bochs_src_dir} uninstall
|
||||||
)
|
# COMMENT "[${PROJECT_NAME}] Uninstalling Bochs ..."
|
||||||
|
#)
|
||||||
|
|
||||||
endif(BUILD_BOCHS)
|
endif(BUILD_BOCHS)
|
||||||
|
|||||||
Reference in New Issue
Block a user