Re-thinking the build system to bring it more into line with the conventions.
We removed that implementation where the build directory isn't set up to build with exactly one configuration of the project but potentially several variants: the same build directory can/must be used for debug and release builds, for full or compact profile versions, etc. So we reworked the CMakeLists, and now one build dir deal with exactly one configuration of the project's libraries and tools. JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com JerryScript-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
This commit is contained in:
+3
-12
@@ -1,9 +1,6 @@
|
||||
# Produced files
|
||||
|
||||
build/bin
|
||||
build/obj*
|
||||
build/prerequisites
|
||||
build/tests
|
||||
build/*
|
||||
|
||||
# IDE related files
|
||||
nbproject
|
||||
@@ -22,19 +19,13 @@ vgcore.*
|
||||
**.patch
|
||||
.tags*
|
||||
cscope.*
|
||||
__pycache__
|
||||
*.pyc
|
||||
|
||||
# ctags and ID database
|
||||
tags
|
||||
ID
|
||||
|
||||
# Prerequisites
|
||||
.prerequisites
|
||||
third-party/STM32F3-Discovery_FW_V1.1.0
|
||||
third-party/STM32F4-Discovery_FW_V1.1.0
|
||||
third-party/nuttx
|
||||
third-party/vera++
|
||||
third-party/cppcheck
|
||||
|
||||
# targets
|
||||
jerry_targetjs.h
|
||||
targets/mbedk64f/libjerry
|
||||
|
||||
Reference in New Issue
Block a user