[CMake] new Makefile generator: make install behaviour

Alexander Neundorf a.neundorf-work at gmx.net
Wed Apr 27 02:14:34 EDT 2005


Hi, 
 
the rule for make install looks like this: 
 
# Special rule to run installation script. 
install: 
	$(CMAKE_COMMAND) -P cmake_install.cmake 
 
IOW it doesn't depend on all (which I would have expected to). 
 
Shouldn't it be better something like this: 
 
# Special rule to run installation script. 
install: all 
	$(CMAKE_COMMAND) -P cmake_install.cmake 
 
Bye 
Alex 
 

-- 
+++ GMX - die erste Adresse für Mail, Message, More +++

10 GB Mailbox, 100 FreeSMS  http://www.gmx.net/de/go/topmail


More information about the CMake mailing list