=== modified file 'Makefile' --- Makefile 2007-02-06 12:00:20 +0000 +++ Makefile 2007-02-19 14:38:07 +0000 @@ -802,6 +802,9 @@ done endif +ifneq ($(CDIMAGE_INSTALL),1) +upgrade: +else upgrade: ok bin-infos $(BDIR)/upgrade-stamp $(BDIR)/upgrade-stamp: @echo "Trying to add upgrade* directories ..." @@ -812,6 +815,7 @@ $(BASEDIR)/tools/$(CODENAME)/upgrade-$(ARCH).sh $(BDIR); \ fi $(Q)touch $(BDIR)/upgrade-stamp +endif ## EXTRAS ##