Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asterisk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Voice
asterisk
Commits
73846c90
Commit
73846c90
authored
7 years ago
by
Jenkins2
Committed by
Gerrit Code Review
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "BuildSystem: AC_PATH_PROG sets to colon character when not found."
parents
bc879504
b97905aa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+5
-5
5 additions, 5 deletions
Makefile
with
5 additions
and
5 deletions
Makefile
+
5
−
5
View file @
73846c90
...
...
@@ -239,7 +239,7 @@ ifeq ($(OSARCH),SunOS)
_ASTCFLAGS
+=
-Wcast-align
-DSOLARIS
-I
../include/solaris-compat
-I
/opt/ssl/include
-I
/usr/local/ssl/include
-D_XPG4_2
-D__EXTENSIONS__
endif
ifneq
($(GREP),)
ifneq
($(GREP),
:
)
ASTERISKVERSION
:=
$(
shell
GREP
=
$(
GREP
)
AWK
=
$(
AWK
)
GIT
=
$(
GIT
)
build_tools/make_version .
)
endif
ifneq
($(AWK),)
...
...
@@ -467,7 +467,7 @@ endif
$(INSTALL)
-m
644
$$x
"$(DESTDIR)$(ASTDATADIR)/rest-api"
;
\
done
ifneq
($(GREP),)
ifneq
($(GREP),
:
)
XML_core_en_US
=
$(
foreach
dir
,
$(
MOD_SUBDIRS
)
,
$(
shell
$(
GREP
)
-l
"language=
\"
en_US
\"
"
$(
dir
)
/
*
.c
$(
dir
)
/
*
.cc 2>/dev/null
))
endif
...
...
@@ -486,7 +486,7 @@ doc/core-en_US.xml: makeopts .lastclean $(XML_core_en_US)
@
echo
@
echo
"</docs>"
>>
$@
ifneq
($(GREP),)
ifneq
($(GREP),
:
)
XML_full_en_US
=
$(
foreach
dir
,
$(
MOD_SUBDIRS
)
,
$(
shell
$(
GREP
)
-l
"language=
\"
en_US
\"
"
$(
dir
)
/
*
.c
$(
dir
)
/
*
.cc 2>/dev/null
))
endif
...
...
@@ -630,7 +630,7 @@ oldmodcheck:
fi
ld-cache-update
:
ifneq
($(LDCONFIG),)
ifneq
($(LDCONFIG),
:
)
ifeq
($(DESTDIR),)
# DESTDIR means binary archive creation; ldconfig should be run on postinst
@
if
[
$$(
id
-u
)
-eq
0
]
;
then
\
$(
LDCONFIG
)
"
$(
ASTLIBDIR
)
/"
;
\
...
...
@@ -976,7 +976,7 @@ ifeq ($(HAVE_DAHDI),1)
rm
-f
$(
DESTDIR
)$(
DAHDI_UDEV_HOOK_DIR
)
/40-asterisk
endif
$(
MAKE
)
-C
sounds uninstall
ifneq
($(LDCONFIG),)
ifneq
($(LDCONFIG),
:
)
$(
LDCONFIG
)
"
$(
ASTLIBDIR
)
/"
||
:
endif
...
...
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