Skip to content
Snippets Groups Projects
Commit 8e7b3dad authored by Mick Jordan's avatar Mick Jordan
Browse files

[GR-4940] Record FFI build type

parent 1675b084
No related branches found
No related tags found
No related merge requests found
# #
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. # Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
# #
# This code is free software; you can redistribute it and/or modify it # This code is free software; you can redistribute it and/or modify it
...@@ -91,6 +91,8 @@ $(FASTR_BIN_DIR)/R: Makefile R.sh Rscript.sh Rscript_exec.sh Rclasspath.sh ...@@ -91,6 +91,8 @@ $(FASTR_BIN_DIR)/R: Makefile R.sh Rscript.sh Rscript_exec.sh Rclasspath.sh
cp -r $(DOC_FILES) $(FASTR_DOC_DIR) cp -r $(DOC_FILES) $(FASTR_DOC_DIR)
# overrides # overrides
cp examples-header.R examples-footer.R $(FASTR_SHARE_DIR)/R cp examples-header.R examples-footer.R $(FASTR_SHARE_DIR)/R
# record the FFI version
bash -c "echo -n $(FASTR_RFFI) >$(FASTR_ETC_DIR)/ffibuildtype"
includedir: $(FASTR_R_HOME)/include/Rinternals.h includedir: $(FASTR_R_HOME)/include/Rinternals.h
......
27 28
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment