add persistence - running with -O does not need -f/-c/-d/-s/-p as this is restored...
[build.git] / Makefile
index 329cfd7..0e379d5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -320,6 +320,9 @@ $(foreach package,$(ALL),$(eval $(call target_mk,$(package))))
 pldistro.mk:
        echo "PLDISTRO:=$(PLDISTRO)" > $@
        echo "PLDISTROTAGS:=$(PLDISTROTAGS)" >> $@
+       echo "build-SVNPATH:=$(build-SVNPATH)" >> $@
+       echo "PERSONALITY:=$(PERSONALITY)" >> $@
+       echo "BASE:=$(BASE)" >> $@
 
 savepldistro: pldistro.mk
 .PHONY: savepldistro