Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=setup/.git;a=commitdiff;h=c56431beb4568e5b0099eba0678fc71e3a9346fd
commit c56431beb4568e5b0099eba0678fc71e3a9346fd Author: VMiklos <[EMAIL PROTECTED]> Date: Sun Jul 15 02:33:14 2007 +0200 2 more final -> current diff --git a/Makefile b/Makefile index de055de..4c006c8 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,7 @@ ccache: setup: ifeq ($(STABLE),false) - $(MAKE) -C src final + $(MAKE) -C src current else $(MAKE) -C src stable endif @@ -179,7 +179,11 @@ initrd_gz: clean config.mak devices initrd update: darcs pull -a -v $(MAKE) -C src clean - $(MAKE) -C src final +ifeq ($(STABLE),false) + $(MAKE) -C src current +else + $(MAKE) -C src stable +endif sudo rm -rf merge initrd* sudo $(MAKE) initrd _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
