Skip to content
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

--include-dir option is not supported #157

Open
kylcho opened this issue Nov 2, 2018 · 0 comments
Open

--include-dir option is not supported #157

kylcho opened this issue Nov 2, 2018 · 0 comments

Comments

@kylcho
Copy link

kylcho commented Nov 2, 2018

kati does not support --include-dir option. Therefore if a makefile needs to include other makefiles, full path needs to be specified with include directive. For example,
include test/mytest.mk

With --include-dir option supported as below, kati will search mytest.mk file under test directory.
$ ckati --include-dir test

Then include directive only needs to specify included file not full path to the file as below.
include mytest.mk

This was referenced Nov 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant