Set default image for scshvm to scsh.image (fixes #1091147)
This commit is contained in:
parent
d6d422006f
commit
364eb89dd8
|
@ -49,7 +49,7 @@ htmldir = $(libdir)/scsh/doc/scsh-manual/html
|
||||||
# BUILD_RUNNABLE has to be Scheme 48 0.53. This is used for builds directly
|
# BUILD_RUNNABLE has to be Scheme 48 0.53. This is used for builds directly
|
||||||
# out of the CVS repository.
|
# out of the CVS repository.
|
||||||
# We cannot use Scsh here since -i is not understood.
|
# We cannot use Scsh here since -i is not understood.
|
||||||
BUILD_RUNNABLE = scheme48
|
BUILD_RUNNABLE = /afs/wsi/i386_fbsd32/bin/scheme48
|
||||||
RUNNABLE = scsh
|
RUNNABLE = scsh
|
||||||
MANPAGE = $(RUNNABLE).$(manext)
|
MANPAGE = $(RUNNABLE).$(manext)
|
||||||
LIB = $(libdir)/$(RUNNABLE)
|
LIB = $(libdir)/$(RUNNABLE)
|
||||||
|
@ -102,7 +102,7 @@ START_LINKER = echo ',batch' && echo ',bench on'
|
||||||
|
|
||||||
# Targets:
|
# Targets:
|
||||||
|
|
||||||
IMAGE = scheme48.image
|
IMAGE = scsh.image
|
||||||
INITIAL = build/initial.image
|
INITIAL = build/initial.image
|
||||||
VM = scshvm
|
VM = scshvm
|
||||||
LIBCIG = cig/lib$(VM).a
|
LIBCIG = cig/lib$(VM).a
|
||||||
|
|
2
c/main.c
2
c/main.c
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
/* DEFAULT_IMAGE_NAME should be defined using the -D switch to cc. */
|
/* DEFAULT_IMAGE_NAME should be defined using the -D switch to cc. */
|
||||||
#if !defined(DEFAULT_IMAGE_NAME)
|
#if !defined(DEFAULT_IMAGE_NAME)
|
||||||
#define DEFAULT_IMAGE_NAME "scheme48.image"
|
#define DEFAULT_IMAGE_NAME "scsh.image"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* STATIC_AREAS */
|
#endif /* STATIC_AREAS */
|
||||||
|
|
Loading…
Reference in New Issue