Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Archive
ekiga
Commits
8a4159a6
Commit
8a4159a6
authored
Feb 29, 2012
by
Eugen Dedu
Browse files
Less verbose compilation
parent
0c7c750d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
8a4159a6
...
...
@@ -142,7 +142,7 @@ GIT_REVISION=\"$$(cd ../.git; git describe )\"
CACHED_REVISION
=
$$
(
cat
revision.h 2>/dev/null |
cut
-c24-
)
src/revision.h
:
if
test
-d
"../.git"
-a
-n
"
$$
(which git)"
;
then
\
@
if
test
-d
"../.git"
-a
-n
"
$$
(which git)"
;
then
\
if
test
"x
$(GIT_REVISION)
"
!=
"x
$(CACHED_REVISION)
"
;
then
\
echo
"#define EKIGA_REVISION
$(GIT_REVISION)
"
>
revision.h
;
\
fi
\
...
...
Write
Preview
Supports
Markdown
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