[gnome-sdk-images] Move image rules after includes



commit 90c6baaa05558cfc428fc1f7b03225d95b260fce
Author: Alexander Larsson <alexl redhat com>
Date:   Thu Sep 24 09:07:55 2015 +0200

    Move image rules after includes
    
    Otherwise they will not work as the variables are not yet set.

 Makefile |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/Makefile b/Makefile
index babce2f..c378a8d 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,9 @@ all: $(NAME)-$(VERSION)-platform.tar.gz $(NAME)-$(VERSION)-sdk.tar.gz
 
 debug: $(NAME)-$(VERSION)-debug.tar.gz
 
+include freedesktop-sdk-images/Makefile.inc
+-include rpm-dependencies.P
+
 $(SDK_BASE_IMAGE) $(PLATFORM_BASE_IMAGE) images:
        if test ! -d freedesktop-sdk-base; then \
                git clone git://anongit.freedesktop.org/xdg-app/freedesktop-sdk-base;\
@@ -31,5 +34,3 @@ $(SDK_BASE_IMAGE) $(PLATFORM_BASE_IMAGE) images:
         git checkout $(BASE_HASH) && \
         make)
 
-include freedesktop-sdk-images/Makefile.inc
--include rpm-dependencies.P


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