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

make dist does not package all files required for compilation #8

Open
rski opened this issue Feb 6, 2017 · 0 comments
Open

make dist does not package all files required for compilation #8

rski opened this issue Feb 6, 2017 · 0 comments

Comments

@rski
Copy link
Contributor

rski commented Feb 6, 2017

make dist results in an incomplete archive that is not suitable for building, resulting in errors such as

sh-4.2# make
         |make  all-recursive
         |make[1]: Entering directory `/tmp/zrpcd/extr/zrpcd-0.2'
         |Making all in zrpcd
         |make[2]: Entering directory `/tmp/zrpcd/extr/zrpcd-0.2/zrpcd'
         |  CC       zrpcd.o
         |In file included from zrpcd.c:14:0:
         |../zrpcd/zrpc_vpnservice.h:11:35: fatal error: zrpcd/zrpc_os_wrapper.h: No such file or directory
         | #include "zrpcd/zrpc_os_wrapper.h"

make works on the tree that was make disted to build the archive

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