Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
clim-tos
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
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
mcclim
clim-tos
Commits
4a0db4b9
Commit
4a0db4b9
authored
31 years ago
by
layer
Browse files
Options
Downloads
Patches
Plain Diff
see the changelog entry for Fri Jun 25 08:58:35 1993
parent
16c08348
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
ChangeLog.n
+8
-0
8 additions, 0 deletions
ChangeLog.n
Makefile.generic
+8
-4
8 additions, 4 deletions
Makefile.generic
with
16 additions
and
4 deletions
ChangeLog.n
+
8
−
0
View file @
4a0db4b9
Fri Jun 25 08:58:35 1993 Kevin Layer (layer@sole)
* Makefile.generic: pass :load-xref-info and
:load-source-file-info to si::system-compile-wrapper
* test/test-driver.lisp: x11:xsync is no longer in the x11
package, so #+ignore this call
-------------------------------------------------------------------------------
from cer: Tue Jun 22 17:12:03 PDT 1993
...
...
This diff is collapsed.
Click to expand it.
Makefile.generic
+
8
−
4
View file @
4a0db4b9
...
...
@@ -28,6 +28,8 @@ compile-xm: $(MOTIF_OBJS) FORCE
:speed
$(
SPEED
)
:debug
$(
DEBUG
)
:safety
$(
SAFETY
)
\
:record-source-file-info
$(
RECORD_SOURCE_FILE_INFO
)
\
:record-xref-info
$(
RECORD_XREF_INFO
)
\
:load-source-file-info
$(
LOAD_SOURCE_FILE_INFO
)
\
:load-xref-info
$(
LOAD_XREF_INFO
)
\
:compile-print nil :compile-verbose nil
\
:redefinition-warnings t :gcprint nil)"
|
$(
CL
)
$(
CLOPTS
)
-batch
...
...
@@ -48,6 +50,8 @@ compile-ol: $(OPENLOOK_OBJS) FORCE
:speed
$(
SPEED
)
:debug
$(
DEBUG
)
:safety
$(
SAFETY
)
\
:record-source-file-info
$(
RECORD_SOURCE_FILE_INFO
)
\
:record-xref-info
$(
RECORD_XREF_INFO
)
\
:load-source-file-info
$(
LOAD_SOURCE_FILE_INFO
)
\
:load-xref-info
$(
LOAD_XREF_INFO
)
\
:compile-print nil :compile-verbose nil
\
:redefinition-warnings t :gcprint nil)"
|
$(
CL
)
$(
CLOPTS
)
-batch
...
...
@@ -202,10 +206,10 @@ cleanobjs:
rm
-f
$(
CLIMOBJS
)
stub-motif.o stub-olit.o
clean
:
find
$(
DIRS
)
-name
"
*.fasl
"
-print
| xargs
rm
-f
;
rm
-f
$(
CLIMFASLS
)
\
$(
CLIMOBJS
)
stub-motif.o stub-olit.o stub-xt.o stub-x
.o
\
stub-motif.c stub-olit.c stub-xt.c stub-x.c slim slim-small
find
$(
DIRS
)
-name
'
*.fasl
'
-print
| xargs
rm
-f
rm
-f
$(
CLIMFASLS
)
$(
CLIMOBJS
)
*
.o
\
stub-motif.c stub-olit.c stub-xt.c stub-x.c slim slim-small
rm
-f
*
.z
*
.Z
*
.gz
*
.ilt
cheapclean
:
find
$(
CHEAP_CLEAN
)
-name
"*.fasl"
-print
| xargs
rm
-f
...
...
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