File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ KERNEL := zen
55SHARE_OPTION := --boot-splash --comp-type "xz" --user "alter" --password "alter" --kernel "${KERNEL}" --debug --noconfirm
66ARCH_x86_64 := --arch x86_64
77ARCH_i686 := --arch i686
8- FULLBUILD := -d -g -e 1 --noconfirm
8+ FULLBUILD := -d -g -e --noconfirm
99FULL_x86_64 := xfce cinnamon i3 plasma
1010FULL_i686 := xfce lxde
1111CURRENT_DIR := ${shell dirname $(dir $(abspath $(lastword $(MAKEFILE_LIST ) ) ) ) }/${shell basename $(dir $(abspath $(lastword $(MAKEFILE_LIST ) ) ) ) }
1212
1313full :
14- @ sudo ${CURRENT_DIR} /tools/fullbuild.sh ${FULLBUILD} -m x86_64 ${FULL_x86_64}
15- @ sudo ${CURRENT_DIR} /tools/fullbuild.sh ${FULLBUILD} -m i686 ${FULL_i686}
14+ sudo ${CURRENT_DIR} /tools/fullbuild.sh ${FULLBUILD} -m x86_64 ${FULL_x86_64}
15+ sudo ${CURRENT_DIR} /tools/fullbuild.sh ${FULLBUILD} -m i686 ${FULL_i686}
1616 @make clean
1717
1818basic-64 basic-32 cinnamon-64 cinnamon-32 gnome-64 i3-64 i3-32 lxde-64 lxde-32 plasma-64 releng-32 releng-64 serene-64 serene-32 xfce-64 xfce-32 xfce-pro-64 :
You can’t perform that action at this time.
0 commit comments