Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
7f5682a9
Commit
7f5682a9
authored
Dec 11, 2012
by
Yann Diorcet
Browse files
Revert "Fix shell substitutions"
This reverts commit
70955212
.
parent
70955212
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
7f5682a9
...
...
@@ -40,7 +40,7 @@ GTK_THEME=Outcrop
GTK_FILELIST
=
gtk+-2.22.1.filelist
GTK_FILELIST_PATH
=
$(abs_top_srcdir)
/
$(GTK_FILELIST)
LINPHONEDEPS_FILELIST
=
linphone-deps.filelist
WINBINDIST_FILES
=
"
`
cat
$(top_srcdir)
/
$(LINPHONEDEPS_FILELIST)
`
"
WINBINDIST_FILES
=
`
cat
$(top_srcdir)
/
$(LINPHONEDEPS_FILELIST)
`
ISS_SCRIPT
=
linphone.iss
ISS_SCRIPT_PATH
=
$(abs_top_srcdir)
/
$(ISS_SCRIPT)
#path to Inno Setup 5 compiler
...
...
@@ -182,9 +182,9 @@ newdate:
cd
gtk
&&
$(MAKE)
newdate
if
HAVE_MD5SUM
GEN_MD5
=
"
`
$(MD5SUM)
linphone-
$(VERSION)
.tar.gz |
awk
{
'print $$4'
}
`
"
GEN_MD5
=
`
$(MD5SUM)
linphone-
$(VERSION)
.tar.gz |
awk
{
'print $$4'
}
`
else
GEN_MD5
=
"
`
$(MD5SUM)
linphone-
$(VERSION)
.tar.gz |
awk
{
'print $$1'
}
`
"
GEN_MD5
=
`
$(MD5SUM)
linphone-
$(VERSION)
.tar.gz |
awk
{
'print $$1'
}
`
endif
Portfile
:
$(top_srcdir)/scripts/Portfile.tmpl dist
...
...
coreapi/Makefile.am
View file @
7f5682a9
GITVERSION_FILE
=
liblinphone_gitversion.h
GITVERSION_FILE_TMP
=
liblinphone_gitversion.h.tmp
GITDESCRIBE
=
"
`
git describe
`
"
GITREVISION
=
"
`
git rev-parse HEAD
`
"
GITDESCRIBE
=
`
git describe
`
GITREVISION
=
`
git rev-parse HEAD
`
ECHO
=
/bin/echo
...
...
m4/Makefile.am
View file @
7f5682a9
EXTRA_DIST
=
"
`
ls
$(srcdir)
/
*
.m4
`
"
EXTRA_DIST
=
`
ls
$(srcdir)
/
*
.m4
`
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