[gnome-sdk-images/gnome-3-20] Dont remove the sdk directory



commit d4d026b158d42dce89c2c863b5447f064b3a3c08
Author: Tristan Van Berkom <tristan vanberkom codethink co uk>
Date:   Thu Jun 2 21:05:11 2016 +0900

    Dont remove the sdk directory
    
    When building manually it can be useful to debug, and
    when building automatically we use it to check if anything
    was actually built and then remove it manually.

 Makefile |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/Makefile b/Makefile
index 38ee12c..59af211 100644
--- a/Makefile
+++ b/Makefile
@@ -25,12 +25,10 @@ define subst-metadata
 endef
 
 all: ${REPO} $(patsubst %,%.in,$(SUBST_FILES))
-       rm -rf sdk
        $(call subst-metadata)
        flatpak-builder --force-clean --ccache --require-changes --repo=${REPO} --arch=${ARCH} \
                         --subject="build of org.gnome.Sdk, `date`" \
                         ${EXPORT_ARGS} sdk org.gnome.Sdk.json
-       rm -rf sdk
 
 ${REPO}:
        ostree  init --mode=archive-z2 --repo=${REPO}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]