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
|
|
@ -9,7 +9,6 @@ fi
|
|||
$MAKE clean
|
||||
$MAKE -j10
|
||||
sudo $MAKE install
|
||||
sudo $MAKE install-include
|
||||
(cd example; $MAKE)
|
||||
(cd util; $MAKE)
|
||||
(cd example; sudo $MAKE install)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue