Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
steamrt
steam-runtime-tools
Commits
af49a9f7
Commit
af49a9f7
authored
7 years ago
by
Simon McVittie
Browse files
Options
Downloads
Patches
Plain Diff
build: Work from a libcapsule tarball
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
13c10bf8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+4
-5
4 additions, 5 deletions
Makefile
with
4 additions
and
5 deletions
Makefile
+
4
−
5
View file @
af49a9f7
...
@@ -7,14 +7,13 @@ install: install-amd64 install-i386
...
@@ -7,14 +7,13 @@ install: install-amd64 install-i386
install
-m644
libcapsule/debian/copyright relocatable-install/sources/capsule-capture-libs.txt
install
-m644
libcapsule/debian/copyright relocatable-install/sources/capsule-capture-libs.txt
install
-m644
/usr/share/doc/zlib1g/copyright relocatable-install/sources/libz.txt
install
-m644
/usr/share/doc/zlib1g/copyright relocatable-install/sources/libz.txt
install
-m644
/usr/share/doc/libelf1/copyright relocatable-install/sources/libelf.txt
install
-m644
/usr/share/doc/libelf1/copyright relocatable-install/sources/libelf.txt
cd
libcapsule
;
\
install
-m644
libcapsule-
*
.tar.
*
relocatable-install/sources/
git archive
\
--prefix
libcapsule-
$$(
git describe
--match
=
'v*'
)
/
\
-o
$(
CURDIR
)
/relocatable-install/sources/libcapsule-
$$(
git describe
--match
=
'v*'
)
.tar.gz
\
HEAD
cd
relocatable-install/sources
;
apt-get
--download-only
source
elfutils zlib
cd
relocatable-install/sources
;
apt-get
--download-only
source
elfutils zlib
libcapsule/configure
:
libcapsule/configure
:
rm
-fr
libcapsule
tar
-zxvf
libcapsule-
*
.tar.
*
mv
libcapsule-
*
/ libcapsule
set
-e
;
cd
libcapsule
;
NOCONFIGURE
=
1 ./autogen.sh
set
-e
;
cd
libcapsule
;
NOCONFIGURE
=
1 ./autogen.sh
_build/%/config.status
:
libcapsule/configure Makefile
_build/%/config.status
:
libcapsule/configure Makefile
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment