Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
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
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
15fac227
Commit
15fac227
authored
13 years ago
by
Raymond Toy
Browse files
Options
Downloads
Patches
Plain Diff
Update paths for the new location of the scripts.
parent
cf7fb10f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/build-all.sh
+7
-6
7 additions, 6 deletions
bin/build-all.sh
bin/build.sh
+2
-1
2 additions, 1 deletion
bin/build.sh
with
9 additions
and
7 deletions
bin/build-all.sh
+
7
−
6
View file @
15fac227
...
@@ -63,20 +63,21 @@ if [ "$OLDLISP" = "" -a "$OLD8" = "" ]; then
...
@@ -63,20 +63,21 @@ if [ "$OLDLISP" = "" -a "$OLD8" = "" ]; then
exit
1
exit
1
fi
fi
BINDIR
=
bin
buildx86
()
buildx86
()
{
{
if
[
-n
"
$OLD8
"
]
;
then
if
[
-n
"
$OLD8
"
]
;
then
# Build non-unicode versions
# Build non-unicode versions
set
-x
set
-x
src/tools
/build.sh
-f
x87
-b
${
BASE
}
-8bit
$bootfiles
${
VERSION
:+-v
"
$VERSION
"
}
-C
"
${
CREATE_OPT
}
"
${
UPDATE_TRANS
}
${
UPDATE_POT
}
-o
"
$OLD8
"
$BINDIR
/build.sh
-f
x87
-b
${
BASE
}
-8bit
$bootfiles
${
VERSION
:+-v
"
$VERSION
"
}
-C
"
${
CREATE_OPT
}
"
${
UPDATE_TRANS
}
${
UPDATE_POT
}
-o
"
$OLD8
"
src/tools
/build.sh
-f
sse2
-b
${
BASE
}
-8bit
$bootfiles
${
VERSION
:+-v
"
$VERSION
"
}
-C
"
${
CREATE_OPT
}
"
${
UPDATE_TRANS
}
${
UPDATE_POT
}
-o
"
$OLD8
"
$BINDIR
/build.sh
-f
sse2
-b
${
BASE
}
-8bit
$bootfiles
${
VERSION
:+-v
"
$VERSION
"
}
-C
"
${
CREATE_OPT
}
"
${
UPDATE_TRANS
}
${
UPDATE_POT
}
-o
"
$OLD8
"
set
+x
set
+x
fi
fi
# Build the unicode versions
# Build the unicode versions
if
[
-n
"
$OLDLISP
"
]
;
then
if
[
-n
"
$OLDLISP
"
]
;
then
set
-x
set
-x
src/tools
/build.sh
-f
x87
-b
${
BASE
}
$bootfiles
${
VERSION
:+-v
"
$VERSION
"
}
-C
"
${
CREATE_OPT
}
"
${
UPDATE_TRANS
}
${
UPDATE_POT
}
-o
"
$OLDLISP
"
$BINDIR
/build.sh
-f
x87
-b
${
BASE
}
$bootfiles
${
VERSION
:+-v
"
$VERSION
"
}
-C
"
${
CREATE_OPT
}
"
${
UPDATE_TRANS
}
${
UPDATE_POT
}
-o
"
$OLDLISP
"
src/tools
/build.sh
-f
sse2
-b
${
BASE
}
$bootfiles
${
VERSION
:+-v
"
$VERSION
"
}
-C
"
${
CREATE_OPT
}
"
${
UPDATE_TRANS
}
${
UPDATE_POT
}
-o
"
$OLDLISP
"
$BINDIR
/build.sh
-f
sse2
-b
${
BASE
}
$bootfiles
${
VERSION
:+-v
"
$VERSION
"
}
-C
"
${
CREATE_OPT
}
"
${
UPDATE_TRANS
}
${
UPDATE_POT
}
-o
"
$OLDLISP
"
set
+x
set
+x
fi
fi
}
}
...
@@ -89,13 +90,13 @@ buildsun4 ()
...
@@ -89,13 +90,13 @@ buildsun4 ()
# Build non-unicode versions
# Build non-unicode versions
if
[
-n
"
$OLD8
"
]
;
then
if
[
-n
"
$OLD8
"
]
;
then
set
-x
set
-x
src/tools
/build.sh
-b
${
BASE
}
-8bit
$bootfiles
${
VERS
}
-C
"
$CREATE_OPT
"
${
UPDATE_TRANS
}
${
UPDATE_POT
}
-o
"
$OLD8
"
$BINDIR
/build.sh
-b
${
BASE
}
-8bit
$bootfiles
${
VERS
}
-C
"
$CREATE_OPT
"
${
UPDATE_TRANS
}
${
UPDATE_POT
}
-o
"
$OLD8
"
set
+x
set
+x
fi
fi
# Build the unicode version.
# Build the unicode version.
if
[
-n
"
$OLDLISP
"
]
;
then
if
[
-n
"
$OLDLISP
"
]
;
then
set
-x
set
-x
src/tools
/build.sh
-b
${
BASE
}
$bootfiles
${
VERS
}
-C
"
$CREATE_OPT
"
${
UPDATE_TRANS
}
${
UPDATE_POT
}
-o
"
$OLDLISP
"
$BINDIR
/build.sh
-b
${
BASE
}
$bootfiles
${
VERS
}
-C
"
$CREATE_OPT
"
${
UPDATE_TRANS
}
${
UPDATE_POT
}
-o
"
$OLDLISP
"
set
+x
set
+x
fi
fi
}
}
...
...
This diff is collapsed.
Click to expand it.
bin/build.sh
+
2
−
1
View file @
15fac227
...
@@ -41,7 +41,8 @@ ENABLE4="yes"
...
@@ -41,7 +41,8 @@ ENABLE4="yes"
version
=
20c
version
=
20c
SRCDIR
=
src
SRCDIR
=
src
TOOLDIR
=
$SRCDIR
/tools
BINDIR
=
bin
TOOLDIR
=
$BINDIR
VERSION
=
"
`
date
'+%Y-%m-%d %H:%M:%S'
`
"
VERSION
=
"
`
date
'+%Y-%m-%d %H:%M:%S'
`
"
GIT_HASH
=
"
`
(
cd
src
;
git describe
--dirty
2>/dev/null
)
`
"
GIT_HASH
=
"
`
(
cd
src
;
git describe
--dirty
2>/dev/null
)
`
"
# Add the tree hash to the version
# Add the tree hash to the version
...
...
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