Skip to content

Fix include directories of jerry-ext #2464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 13, 2018

Conversation

akosthekiss
Copy link
Member

The distinction between public and private include directories was
not maintained and the install paths got confusing.

JerryScript-DCO-1.0-Signed-off-by: Akos Kiss [email protected]

The distinction between public and private include directories was
not maintained and the install paths got confusing.

JerryScript-DCO-1.0-Signed-off-by: Akos Kiss [email protected]
@akosthekiss akosthekiss added the jerry-ext Related to the jerry-ext library label Aug 11, 2018
@akosthekiss
Copy link
Member Author

The command to perform the install step (into a local directory):

$ tools/build.py --clean --install=build/local

The way headers are installed with master:

$ ls -1RF build/local/include
include/
jerryscript-compiler.h
jerryscript-core.h
jerryscript-debugger-transport.h
jerryscript-debugger.h
jerryscript-port-default.h
jerryscript-port.h
jerryscript-snapshot.h
jerryscript.h
jext-common.h

build/local/include/include:
jerryscript-ext/

build/local/include/include/jerryscript-ext:
arg.h
arg.impl.h
autorelease.h
autorelease.impl.h
debugger.h
handler.h
module.h

The way headers are installed with this PR:

$ ls -1RF build/local/include
jerryscript-compiler.h
jerryscript-core.h
jerryscript-debugger-transport.h
jerryscript-debugger.h
jerryscript-ext/
jerryscript-port-default.h
jerryscript-port.h
jerryscript-snapshot.h
jerryscript.h

build/local/include/jerryscript-ext:
arg.h
arg.impl.h
autorelease.h
autorelease.impl.h
debugger.h
handler.h
module.h

Copy link
Member

@zherczeg zherczeg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@yichoi yichoi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yichoi yichoi merged commit 990b5d2 into jerryscript-project:master Aug 13, 2018
@akosthekiss akosthekiss deleted the ext-include branch August 13, 2018 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jerry-ext Related to the jerry-ext library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants