|
From: <pof...@us...> - 2008-11-13 00:39:24
|
Revision: 6634
http://personalrobots.svn.sourceforge.net/personalrobots/?rev=6634&view=rev
Author: poftwaresatent
Date: 2008-11-13 00:39:14 +0000 (Thu, 13 Nov 2008)
Log Message:
-----------
fixed svn co/up Makefile rules for libsunflower and nepumuk
Modified Paths:
--------------
pkg/trunk/3rdparty/libsunflower/Makefile
pkg/trunk/simulators/nepumuk/Makefile
Removed Paths:
-------------
pkg/trunk/3rdparty/libsunflower/ROS_BUILD_BLACKLIST
pkg/trunk/simulators/nepumuk/ROS_BUILD_BLACKLIST
Modified: pkg/trunk/3rdparty/libsunflower/Makefile
===================================================================
--- pkg/trunk/3rdparty/libsunflower/Makefile 2008-11-13 00:34:40 UTC (rev 6633)
+++ pkg/trunk/3rdparty/libsunflower/Makefile 2008-11-13 00:39:14 UTC (rev 6634)
@@ -43,7 +43,7 @@
$(MAKE) SOURCE_DIR=$(SVN_DIR) really-all
checkout_or_update:
- test -d $(SVN_DIR) && svn up $(SVN_DIR)
+ - test -d $(SVN_DIR) && svn up $(SVN_DIR)
test -d $(SVN_DIR) || svn co -r$(SVN_REV) $(SVN_URL) $(SVN_DIR)
.PHONY: tarball-all
Deleted: pkg/trunk/3rdparty/libsunflower/ROS_BUILD_BLACKLIST
===================================================================
--- pkg/trunk/3rdparty/libsunflower/ROS_BUILD_BLACKLIST 2008-11-13 00:34:40 UTC (rev 6633)
+++ pkg/trunk/3rdparty/libsunflower/ROS_BUILD_BLACKLIST 2008-11-13 00:39:14 UTC (rev 6634)
@@ -1 +0,0 @@
-issues with sn checkout/update commands in nepumuk/libsunflower Makefiles
Modified: pkg/trunk/simulators/nepumuk/Makefile
===================================================================
--- pkg/trunk/simulators/nepumuk/Makefile 2008-11-13 00:34:40 UTC (rev 6633)
+++ pkg/trunk/simulators/nepumuk/Makefile 2008-11-13 00:39:14 UTC (rev 6634)
@@ -57,7 +57,7 @@
$(MAKE) symlinks
checkout_or_update:
- test -d $(SVN_DIR) && svn up $(SVN_DIR)
+ - test -d $(SVN_DIR) && svn up $(SVN_DIR)
test -d $(SVN_DIR) || svn co -r$(SVN_REV) $(SVN_URL) $(SVN_DIR)
symlinks:
Deleted: pkg/trunk/simulators/nepumuk/ROS_BUILD_BLACKLIST
===================================================================
--- pkg/trunk/simulators/nepumuk/ROS_BUILD_BLACKLIST 2008-11-13 00:34:40 UTC (rev 6633)
+++ pkg/trunk/simulators/nepumuk/ROS_BUILD_BLACKLIST 2008-11-13 00:39:14 UTC (rev 6634)
@@ -1 +0,0 @@
-issues with sn checkout/update commands in nepumuk/libsunflower Makefiles
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|