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
dc8f018d
Commit
dc8f018d
authored
7 years ago
by
Simon McVittie
Browse files
Options
Downloads
Patches
Plain Diff
capsule-init-project: Output log if preconfigure fails
parent
dbdc41db
No related branches found
No related tags found
1 merge request
!311
Build capsule-capture-libs from a bundled copy of libcapsule
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
data/capsule-init-project
+6
-2
6 additions, 2 deletions
data/capsule-init-project
with
6 additions
and
2 deletions
data/capsule-init-project
+
6
−
2
View file @
dc8f018d
...
...
@@ -183,9 +183,13 @@ echo Bootstrapping autoconf templates for $target;
############################################################################
# this stage generates the capsule-shim.mk from a template, which
# we need to be in place before we generate the _real_ Makefile.in:
(
autoreconf
-if
;
if
!
(
autoreconf
-if
;
./configure
;
sed
-i
-re
's@##(include .*)##@\1@'
Makefile.am
)
>
preconfigure.log 2>&1
sed
-i
-re
's@##(include .*)##@\1@'
Makefile.am
)
>
preconfigure.log 2>&1
;
then
cat
preconfigure.log
exit
1
fi
############################################################################
echo
Running initial configuration
;
...
...
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