Fix extension installation ordering (fixes layer order)
[zope-bootstrap.git] / Makefile
index 31446b9..66bf7c1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,5 +22,17 @@ local.cfg:
                echo "    \$${local:eggs}"                                      \
        ) >$@ || (rm -f $@; false)
 .PHONY: local.cfg
+# Not phony in reality but needs to be considered out-of-date whenever called
 
 otherupdate:: local.cfg
+
+instance: update-nonet
+       bin/instance foreground
+.PHONY: instance
+
+newinstance: purgeinstance instance
+.PHONY: newinstance
+
+purgeinstance:
+       rm -rf parts/instance var/filestorage
+.PHONY: purgeinstance