You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/02/15 18:26:03 UTC

[GitHub] ankkhedia commented on a change in pull request #14078: [MXNET-14075] repair example, enable fault tolerant build of R reference manual

ankkhedia commented on a change in pull request #14078: [MXNET-14075] repair example, enable fault tolerant build of R reference manual
URL: https://github.com/apache/incubator-mxnet/pull/14078#discussion_r257342072
 
 

 ##########
 File path: Makefile
 ##########
 @@ -619,8 +620,19 @@ rpkg:
 	echo "import(Rcpp)" >> R-package/NAMESPACE
 	R CMD INSTALL R-package
 	Rscript -e "require(mxnet); mxnet:::mxnet.export('R-package'); warnings()"
-	rm R-package/NAMESPACE
+	$(RM) R-package/NAMESPACE
 
 Review comment:
   Any reason for this change?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services