author | Camm Maguire <camm@debian.org> | 2003年02月27日 00:14:47 +0000 |
---|---|---|
committer | Camm Maguire <camm@debian.org> | 2003年02月27日 00:14:47 +0000 |
commit | 1fa710ffefc756b2d516b56fbc11f800e5b47a1e (patch) | |
tree | 38d50782cc38e55633458ad580cd155ad997332c | |
parent | 3fbc57435cca15984d67e165704f9a0f63d4a0dc (diff) | |
download | gcl-1fa710ffefc756b2d516b56fbc11f800e5b47a1e.tar.gz |
-rw-r--r-- | gcl/cmpnew/makefile | 12 | ||||
-rw-r--r-- | gcl/debian/changelog | 3 |
diff --git a/gcl/cmpnew/makefile b/gcl/cmpnew/makefile index a11b1aa68..84e3247f3 100644 --- a/gcl/cmpnew/makefile +++ b/gcl/cmpnew/makefile @@ -13,17 +13,17 @@ OBJS = cmpbind.o cmpblock.o cmpcall.o cmpcatch.o cmpenv.o cmpeval.o \ cmploc.o cmpmap.o cmpmulti.o cmpspecial.o cmptag.o cmptop.o \ cmptype.o cmputil.o cmpvar.o cmpvs.o cmpwt.o # cmpmain.o cmpopt.o lfun_list.o -COMPILE_FILE=$(PORTDIR)/saved_$(SYSTEM) $(PORTDIR) -system-p -c-file -data-file \ +COMPILE_FILE=$(PORTDIR)/saved_gcl $(PORTDIR) -system-p -c-file -data-file \ -o-file nil -h-file -compile #CFLAGS = -c -O -I../h .lsp.c: - @ ../xbin/if-exists $(PORTDIR)/saved_$(SYSTEM) \ + @ ../xbin/if-exists $(PORTDIR)/saved_gcl \ "rm -f $*.c $*.h $*.data $*.o" \ "$(COMPILE_FILE) $* " .lsp.o: - @ ../xbin/if-exists $(PORTDIR)/saved_$(SYSTEM) \ + @ ../xbin/if-exists $(PORTDIR)/saved_gcl \ "rm -f $*.c $*.h $*.data $*.o" \ "$(COMPILE_FILE) $* " \ "$(CC) $(OFLAG) $(CFLAGS) -c $*.c" \ @@ -40,11 +40,11 @@ all: $(OBJS) ${APPEND} ${NULLFILE} $*.data $*.o collectfn.o: - $(PORTDIR)/saved_$(SYSTEM) $(PORTDIR)/ -compile $*.lsp + $(PORTDIR)/saved_gcl $(PORTDIR)/ -compile $*.lsp .lisp.o: - @ ../xbin/if-exists $(PORTDIR)/saved_$(SYSTEM) \ - "$(PORTDIR)/saved_$(SYSTEM) $(PORTDIR)/ -compile $*.lisp " + @ ../xbin/if-exists $(PORTDIR)/saved_gcl \ + "$(PORTDIR)/saved_gcl $(PORTDIR)/ -compile $*.lisp " sys-proclaim.lisp: echo '(in-package "COMPILER")' \ '(load "../cmpnew/collectfn")(load "../lsp/sys-proclaim.lisp")'\ diff --git a/gcl/debian/changelog b/gcl/debian/changelog index 53662d2c3..3d3fa28bc 100644 --- a/gcl/debian/changelog +++ b/gcl/debian/changelog @@ -38,8 +38,9 @@ gcl (2.5.0.cvs20020625-76) unstable; urgency=low * Remove old tests directory * Reinsert JAPI configuration * Spruce up clean target + * Use saved_gcl to recompile cmpnew files - -- Camm Maguire <camm@enhanced.com> 2003年2月26日 18:28:40 -0500 + -- Camm Maguire <camm@enhanced.com> 2003年2月26日 19:14:27 -0500 gcl (2.5.0.cvs20020625-75) unstable; urgency=low |