shadogray 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_r257450070
##########
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:
for this Makefile a global remove command is defined, and it is reasonable
to make consistent use of it
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services