File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ menuconfig/build/mconf::
2727 mkdir menuconfig/build ; \
2828 fi
2929 (cd menuconfig/build ; cmake -GNinja .. ; ninja -j4 )
30+
3031mkalteriso :
3132 @if [ -d system/cpp-src/mkalteriso/build ]; \
3233 then \
@@ -38,8 +39,10 @@ mkalteriso:
3839
3940menuconfig :menuconfig/build/mconf menuconfig-script/kernel_choice
4041 menuconfig/build/mconf menuconfig-script/rootconf
42+
4143menuconfig-script/kernel_choice :system/kernel-x86_64 system/kernel-i686
4244 ${CURRENT_DIR} /tools/kernel-choice-conf-gen.sh
45+
4346build_option :
4447 if [ -f .config ]; \
4548 then \
@@ -48,12 +51,18 @@ build_option:
4851 make menuconfig ; \
4952 fi
5053 ${CURRENT_DIR} /tools/menuconf-to-alterconf.sh ${CURRENT_DIR} /.build_option
54+
5155clean :
5256 @sudo ${CURRENT_DIR} /${BUILD_SCRIPT} clean
57+
5358build :build_option mkalteriso
5459 $(eval BUILD_OPTION := $(shell cat ${CURRENT_DIR}/.build_option) )
5560 sudo ${CURRENT_DIR} /${BUILD_SCRIPT} ${BUILD_OPTION}
61+
5662keyring ::
5763 sudo ${CURRENT_DIR} /tools/keyring.sh --alter-add --arch-add
64+
5865wizard :
59-
66+ sudo ${CURRENT_DIR} /tools/wizard.sh
67+
68+
You can’t perform that action at this time.
0 commit comments