From: <mik...@us...> - 2008-08-20 22:50:18
|
Revision: 876 http://omc.svn.sourceforge.net/omc/?rev=876&view=rev Author: mike-brasher Date: 2008-08-20 22:50:27 +0000 (Wed, 20 Aug 2008) Log Message: ----------- Added "world" target. Modified Paths: -------------- cmpiprofiles/Makefile Modified: cmpiprofiles/Makefile =================================================================== --- cmpiprofiles/Makefile 2008-08-20 22:38:42 UTC (rev 875) +++ cmpiprofiles/Makefile 2008-08-20 22:50:27 UTC (rev 876) @@ -12,6 +12,14 @@ all: build +world: + - make clean + - make distclean + - make cleanup + make bootstrap + make configure + make build + bootstrap: $(foreach i,$(DIRS), cd $i; ./bootstrap.sh; $(NL) ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |