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
2b6857fb
Commit
2b6857fb
authored
19 years ago
by
Henrik (Grubba) Grubbström
Browse files
Options
Downloads
Patches
Plain Diff
Improved propagation of CONFIGUREARGS in the xenofarm target for non-gnu makes.
Rev: Makefile:1.149
parent
4059706b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+3
-2
3 additions, 2 deletions
Makefile
with
3 additions
and
2 deletions
Makefile
+
3
−
2
View file @
2b6857fb
#
#
# $Id: Makefile,v 1.14
8
200
4/10/16 22:03:11 nilsson
Exp $
# $Id: Makefile,v 1.14
9
200
5/06/21 08:38:08 grubba
Exp $
#
#
# Meta Makefile
# Meta Makefile
#
#
# Use this to pass arguments to configure. Leave empty to keep previous args.
# Use this to pass arguments to configure. Leave empty to keep previous args.
CONFIGUREARGS
=
CONFIGUREARGS
=
`
echo
$$
CONFIGUREARGS
`
# Set this to any generic make options you'd otherwise would have to
# Set this to any generic make options you'd otherwise would have to
# pass on the command line. (Using the magic MAKEFLAGS variable
# pass on the command line. (Using the magic MAKEFLAGS variable
...
@@ -324,6 +324,7 @@ xenofarm:
...
@@ -324,6 +324,7 @@ xenofarm:
-
rm
-rf
xenofarm_result
-
rm
-rf
xenofarm_result
mkdir
xenofarm_result
mkdir
xenofarm_result
-
CCACHE_LOGFILE
=
"
`
pwd
`
/xenofarm_result/ccache.log.txt"
\
-
CCACHE_LOGFILE
=
"
`
pwd
`
/xenofarm_result/ccache.log.txt"
\
CONFIGUREARGS
=
"
$(
CONFIGUREARGS
)
"
\
MAKE
=
"
$(
MAKE_CMD
)
"
BUILDDIR
=
"
$(
BUILDDIR
)
"
/bin/sh bin/xenofarm.sh
MAKE
=
"
$(
MAKE_CMD
)
"
BUILDDIR
=
"
$(
BUILDDIR
)
"
/bin/sh bin/xenofarm.sh
cd
xenofarm_result
&&
tar
cf -
.
>
../xenofarm_result.tar
cd
xenofarm_result
&&
tar
cf -
.
>
../xenofarm_result.tar
gzip
-f9
xenofarm_result.tar
gzip
-f9
xenofarm_result.tar
...
...
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