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
b0b22340
Commit
b0b22340
authored
9 years ago
by
Raymond Toy
Browse files
Options
Downloads
Patches
Plain Diff
Install the unix contribs in the main tarball instead of the extra.
parent
b7af30bd
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/make-extra-dist.sh
+1
-1
1 addition, 1 deletion
bin/make-extra-dist.sh
bin/make-main-dist.sh
+2
-0
2 additions, 0 deletions
bin/make-main-dist.sh
with
3 additions
and
1 deletion
bin/make-extra-dist.sh
+
1
−
1
View file @
b0b22340
...
...
@@ -99,7 +99,7 @@ do
install
-d
${
GROUP
}
${
OWNER
}
-m
0755
$DESTDIR
/lib/cmucl/lib/
$d
done
for
f
in
`
(
cd
src/contrib
;
find
.
-type
f
-print
| egrep
-v
"CVS|asdf|defsystem"
)
`
for
f
in
`
(
cd
src/contrib
;
find
.
-type
f
-print
| egrep
-v
"CVS|asdf|defsystem
|unix
"
)
`
do
FILE
=
`
basename
$f
`
DIR
=
`
dirname
$f
`
...
...
This diff is collapsed.
Click to expand it.
bin/make-main-dist.sh
+
2
−
0
View file @
b0b22340
...
...
@@ -140,6 +140,8 @@ esac
install
-d
${
GROUP
}
${
OWNER
}
-m
0755
$DESTDIR
/lib/cmucl/lib/contrib/unix
install
${
GROUP
}
${
OWNER
}
-m
0644
$TARGET
/contrib/unix/
$UCONTRIB
.
$FASL
$DESTDIR
/lib/cmucl/lib/contrib/unix
install
${
GROUP
}
${
OWNER
}
-m
0644 src/contrib/load-unix.lisp
$DESTDIR
/lib/cmucl/lib/contrib
install
${
GROUP
}
${
OWNER
}
-m
0644 src/contrib/unix/
${
UCONTRIB
}
.lisp
$DESTDIR
/lib/cmucl/lib/contrib/unix
# Copy the source files for asdf and defsystem
for
f
in
`
(
cd
src
;
find contrib/asdf contrib/defsystem
-type
f
-print
|
grep
-v
CVS
)
`
...
...
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