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
Alastair Bridgewater
clim-tos
Commits
70aba520
Commit
70aba520
authored
7 years ago
by
Daniel Kochmański
Browse files
Options
Downloads
Patches
Plain Diff
Makefile: completely remove case_mode from the source code
parent
31c0f747
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
Makefile.defs
+0
-18
0 additions, 18 deletions
Makefile.defs
Makefile.generic
+0
-1
0 additions, 1 deletion
Makefile.generic
with
0 additions
and
19 deletions
Makefile.defs
+
0
−
18
View file @
70aba520
...
...
@@ -9,24 +9,6 @@ SHARED_EXT = so
LISP
=
../src/lispi
$(
exe
)
DCL
=
dcli
# Set the case mode when building and dumping an image
# case_mode:
# ansi -- traditional case-insensitive upper-case CL
# modern -- case-sensitive lower-case CL
case_mode
=
ansi
ifeq
($(case_mode),ansi)
CASE_MODE
=
:case-insensitive-upper
endif
ifeq
($(case_mode),modern)
CASE_MODE
=
:case-sensitive-lower
endif
ifndef
CASE_MODE
..........................case_mode
not
defined
or
bad
value...................
endif
CL
=
$(
LISP
)
-I
$(
DCL
)
CLOPTS
=
-qq
-batch
-backtrace-on-error
-locale
japan.euc
...
...
This diff is collapsed.
Click to expand it.
Makefile.generic
+
0
−
1
View file @
70aba520
...
...
@@ -18,7 +18,6 @@ compile: FORCE $(PRODUCT-OBJS) $(ICS-PRODUCT-OBJS) $(compile_depends)
echo
'(setq sys::*libxt-pathname* "
$(
XTLIB
)
")'
>>
build.tmp
echo
'(setq sys::*libx11-pathname* "
$(
XLIB
)
")'
>>
build.tmp
echo
'(setq sys::*libwnn-pathname* "
$(
WNNLIB
)
")'
>>
build.tmp
echo
'(excl:set-case-mode
$(
CASE_MODE
)
)'
>>
build.tmp
echo
'(load "misc/compile-1.lisp")'
>>
build.tmp
echo
'(declaim (optimize (speed
$(
SPEED
)
) (debug
$(
DEBUG
)
) (safety
$(
SAFETY
)
)))'
>>
build.tmp
echo
'(setq *compile-print*
$(
compile_print
)
)'
>>
build.tmp
...
...
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