Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Archive
gnome-sdk-images
Commits
90c6baaa
Commit
90c6baaa
authored
Sep 24, 2015
by
Alexander Larsson
Browse files
Move image rules after includes
Otherwise they will not work as the variables are not yet set.
parent
271f5f94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
90c6baaa
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment