Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
033ca1ab
Commit
033ca1ab
authored
Dec 19, 2016
by
Matthias Vallentin
Committed by
Marian Triebe
Apr 23, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow invoking config.status from everywhere
parent
b423b86d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
configure
configure
+9
-5
No files found.
configure
View file @
033ca1ab
...
@@ -184,14 +184,18 @@ configure ()
...
@@ -184,14 +184,18 @@ configure ()
cmake
$CMakeCacheEntries
"
$sourcedir
"
cmake
$CMakeCacheEntries
"
$sourcedir
"
fi
fi
echo
"# This is the command used to configure this build"
>
config.status
printf
"#!/bin/sh
\n\n
"
>
config.status
printf
"# Switch to the source of this build directory.
\n
"
>>
config.status
printf
"cd
\"
$sourcedir
\"\n\n
"
>>
config.status
printf
"# Invoke the command to configure this build.
\n
"
>>
config.status
if
[
-n
"
$CC
"
]
;
then
if
[
-n
"
$CC
"
]
;
then
printf
"CC=%s"
$CC
>>
config.status
printf
"CC=
\"
%s
\"\n
"
"
$CC
"
>>
config.status
printf
' '
>>
config.status
fi
fi
if
[
-n
"
$CXX
"
]
;
then
if
[
-n
"
$CXX
"
]
;
then
printf
"CXX=%s"
$CXX
>>
config.status
printf
"CXX=
\"
%s
\"\n
"
"
$CXX
"
>>
config.status
printf
' '
>>
config.status
fi
if
[
-n
"
$CXXFLAGS
"
]
;
then
printf
"CXXFLAGS=
\"
%s
\"\n
"
"
$CXXFLAGS
"
>>
config.status
fi
fi
echo
$command
>>
config.status
echo
$command
>>
config.status
chmod
u+x config.status
chmod
u+x config.status
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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