Skip to content

Commit

Permalink
1.5-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzx committed Feb 1, 2019
1 parent 408f514 commit 0209eeb
Show file tree
Hide file tree
Showing 17 changed files with 1,053 additions and 25 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Automatic Kernel Builder(AKB) project v1.3
## Automatic Kernel Builder(AKB) project v1.5
### USE 'make akb' for build
### And 'make clean' for clean
made

Binary file modified bootimg_tools/mkbootimg/mkbootimg
Binary file not shown.
Binary file modified bootimg_tools/mkbootimg/unmkbootimg
Binary file not shown.
Binary file removed btool/akb_cc
Binary file not shown.
2 changes: 1 addition & 1 deletion btool/gen_akb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
e="\x1b[";c=$e"39;49;00m";y=$e"93;01m";cy=$e"96;01m";r=$e"1;91m";g=$e"92;01m";m=$e"95;01m";
echo -e "$g BUILDING BTOOL'S$y"
sleep 2;
ver=1.4
ver=1.5-nightly
cd btool
./akb_cc -v -f makeproj.sh
rm -f makeproj.sh.x.c
Expand Down
2 changes: 1 addition & 1 deletion btool/gen_akb_dpkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
e="\x1b[";c=$e"39;49;00m";y=$e"93;01m";cy=$e"96;01m";r=$e"1;91m";g=$e"92;01m";m=$e"95;01m";
echo -e "$g BUILDING BTOOL'S$y"
sleep 2;
ver=1.3
ver=1.5-nightly
cd btool
./akb_cc -v -f makedpkg.sh
rm -f makedpkg.sh.x.c
Expand Down
2 changes: 1 addition & 1 deletion btool/gen_akb_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
e="\x1b[";c=$e"39;49;00m";y=$e"93;01m";cy=$e"96;01m";r=$e"1;91m";g=$e"92;01m";m=$e"95;01m";
echo -e "$g BUILDING BTOOL'S$y"
sleep 2;
ver=1.4
ver=1.5-nightly
cd btool
./akb_cc -v -f makeinstall.sh
rm -f makeinstall.sh.x.c
Expand Down
6 changes: 6 additions & 0 deletions btool/gen_cc.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
cd cc/
make
cd ..
cp -rf cc/akb_cc btool
rm -rf cc/akb_cc
Loading

0 comments on commit 0209eeb

Please sign in to comment.