Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=4b8367247aa52aa2c523430554d421f078bb444e
commit 4b8367247aa52aa2c523430554d421f078bb444e Author: Miklos Vajna <[email protected]> Date: Thu Apr 5 17:11:26 2012 +0200 disable gui-iso by default as it requires grub1 diff --git a/Makefile b/Makefile index 628f006..4d11ce8 100644 --- a/Makefile +++ b/Makefile @@ -70,16 +70,12 @@ UML ?= linux ifneq ($(DEBUG),false) export CFLAGS = -g endif -ifeq ($(GUI),true) -EXTRA_TARGETS += gui-iso -else ifeq ($(USB),true) EXTRA_TARGETS += usb_img endif ifeq ($(TFTP),true) EXTRA_TARGETS += tftp_img endif -endif CDIR = $(PWD)/cache CONFDIR = config _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
