We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a347cd5 commit 1136a7eCopy full SHA for 1136a7e
Makefile
@@ -126,7 +126,6 @@ Rpack: clean_all
126
cat R-package/src/Makevars.in|sed '2s/.*/PKGROOT=./' > xgboost/src/Makevars.in
127
cat R-package/src/Makevars.win|sed '2s/.*/PKGROOT=./' > xgboost/src/Makevars.win
128
rm -f xgboost/src/Makevars.win-e # OSX sed create this extra file; remove it
129
- rm -f xgboost/cleanup
130
bash R-package/remove_warning_suppression_pragma.sh
131
bash xgboost/remove_warning_suppression_pragma.sh
132
rm xgboost/remove_warning_suppression_pragma.sh
0 commit comments