In the bbuild system, you dont need to do make install-include for installing include files for compiling. This is now included in the actions done by make install.
This commit is contained in:
parent
7998120ef2
commit
e6178858f0
8 changed files with 7 additions and 8 deletions
|
|
@ -65,7 +65,6 @@ RUN apk add --update nginx
|
|||
RUN ./configure --prefix=/clixon/build --with-cligen=/clixon/build --with-wwwuser=www-data
|
||||
RUN make
|
||||
RUN make install
|
||||
RUN make install-include
|
||||
|
||||
# Build and install the clixon hello example (not really necessary for base)
|
||||
WORKDIR /clixon/clixon/example/hello
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue