Commit 20f17787 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

cmake: Use latest CVS version.

parent 1c6353ad
......@@ -260,12 +260,8 @@ DISTCLEAN_PKG += autoconf-$(AUTOCONF_VERSION).tar.bz2
# ***************************************************************************
# CMake
# ***************************************************************************
cmake-$(CMAKE_VERSION).tar.gz:
$(WGET) $(CMAKE_URL)
cmake: cmake-$(CMAKE_VERSION).tar.gz
$(EXTRACT_GZ)
cmake:
cvs -d :pserver:anonymous:cmake@www.cmake.org:/cvsroot/CMake co cmake
.cmake: cmake
(cd $<; ./configure --prefix=$(PREFIX) && make && make install)
......@@ -273,7 +269,6 @@ cmake: cmake-$(CMAKE_VERSION).tar.gz
CLEAN_FILE += .cmake
CLEAN_PKG += cmake
DISTCLEAN_PKG += cmake-$(CMAKE_VERSION).tar.gz
# ***************************************************************************
# libtool
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment