You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2012/02/01 00:44:56 UTC

svn commit: r1238865 - /incubator/mesos/trunk/src/Makefile.am

Author: benh
Date: Tue Jan 31 23:44:56 2012
New Revision: 1238865

URL: http://svn.apache.org/viewvc?rev=1238865&view=rev
Log:
Remove @ on MKDIR_P in if in src/Makefile.am.

Modified:
    incubator/mesos/trunk/src/Makefile.am

Modified: incubator/mesos/trunk/src/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/src/Makefile.am?rev=1238865&r1=1238864&r2=1238865&view=diff
==============================================================================
--- incubator/mesos/trunk/src/Makefile.am (original)
+++ incubator/mesos/trunk/src/Makefile.am Tue Jan 31 23:44:56 2012
@@ -526,7 +526,7 @@ $(MESOS_EGG): python/setup.py $(srcdir)/
 	      $(PROTOBUF_EGG)
 	@echo "Building Mesos Python egg ..."
 	@if test "$(top_srcdir)" != "$(top_builddir)"; then \
-	  @$(MKDIR_P) python/src; \
+	  $(MKDIR_P) python/src; \
 	  cp -pf $(srcdir)/python/src/mesos.py python/src; \
 	fi
 	@cp -pf $(PYTHON_PROTOS) python/src