Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
68eb5356
Commit
68eb5356
authored
18 years ago
by
Martin Stjernholm
Browse files
Options
Downloads
Patches
Plain Diff
Fixed propagation of CCSHARED.
Rev: src/aclocal.m4:1.122 Rev: src/make_variables.in:1.22
parent
f8c92ef5
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/aclocal.m4
+2
-4
2 additions, 4 deletions
src/aclocal.m4
src/make_variables.in
+2
-2
2 additions, 2 deletions
src/make_variables.in
with
4 additions
and
6 deletions
src/aclocal.m4
+
2
−
4
View file @
68eb5356
dnl $Id: aclocal.m4,v 1.12
1
2006/06/17 2
0:26:04
mast Exp $
dnl $Id: aclocal.m4,v 1.12
2
2006/06/17 2
1:36:20
mast Exp $
dnl Some compatibility with Autoconf 2.50+. Not complete.
dnl Some compatibility with Autoconf 2.50+. Not complete.
dnl newer Autoconf calls substr m4_substr
dnl newer Autoconf calls substr m4_substr
...
@@ -395,7 +395,7 @@ define([PIKE_RETAIN_VARIABLES],
...
@@ -395,7 +395,7 @@ define([PIKE_RETAIN_VARIABLES],
define([AC_LOW_MODULE_INIT],
define([AC_LOW_MODULE_INIT],
[
[
# $Id: aclocal.m4,v 1.12
1
2006/06/17 2
0:26:04
mast Exp $
# $Id: aclocal.m4,v 1.12
2
2006/06/17 2
1:36:20
mast Exp $
MY_AC_PROG_CC
MY_AC_PROG_CC
...
@@ -517,8 +517,6 @@ pushdef([AC_OUTPUT],
...
@@ -517,8 +517,6 @@ pushdef([AC_OUTPUT],
export CPPFLAGS
export CPPFLAGS
AC_SUBST(LDFLAGS)
AC_SUBST(LDFLAGS)
export LDFLAGS
export LDFLAGS
AC_SUBST(CCSHARED)
export CCSHARED
PMOD_TARGETS=`echo $srcdir/*.cmod | sed -e "s/\.cmod/\.c/g" | sed -e "s|$srcdir/|\\$(SRCDIR)/|g"`
PMOD_TARGETS=`echo $srcdir/*.cmod | sed -e "s/\.cmod/\.c/g" | sed -e "s|$srcdir/|\\$(SRCDIR)/|g"`
test "$PMOD_TARGETS" = '$(SRCDIR)/*.c' && PMOD_TARGETS=
test "$PMOD_TARGETS" = '$(SRCDIR)/*.c' && PMOD_TARGETS=
...
...
This diff is collapsed.
Click to expand it.
src/make_variables.in
+
2
−
2
View file @
68eb5356
# -*- Makefile -*-
# -*- Makefile -*-
#
#
# $Id: make_variables.in,v 1.2
1
2006/06/17 2
0:55:52
mast Exp $
# $Id: make_variables.in,v 1.2
2
2006/06/17 2
1:36:20
mast Exp $
#
#
# Note: This template is actually used only for make_variables in the
# Note: This template is actually used only for make_variables in the
# subdirectories; the one created in the build base dir is just an
# subdirectories; the one created in the build base dir is just an
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
# top directory).
# top directory).
@propagated_variables@
@propagated_variables@
#propagated_variables: CC CPP LDSHARED AR INSTALL
#propagated_variables: CC CPP LDSHARED AR INSTALL
#propagated_variables: BASE_CFLAGS BASE_CPPFLAGS BASE_LDFLAGS
#propagated_variables: BASE_CFLAGS BASE_CPPFLAGS BASE_LDFLAGS
CCSHARED
#propagated_variables: OPTIMIZE WARN PROFIL
#propagated_variables: OPTIMIZE WARN PROFIL
#propagated_variables: TMP_BUILDDIR TMP_BINDIR PIKE_SRC_DIR BUILD_BASE
#propagated_variables: TMP_BUILDDIR TMP_BINDIR PIKE_SRC_DIR BUILD_BASE
...
...
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