From: Nick Papadakis Date: Mon, 22 Feb 1993 20:31:31 +0000 (+0000) Subject: Removed references to local version of scheme (scmsig, scm6003, etc.) X-Git-Tag: 20090517-FFI~8486 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=af72b5114752444e5feefb2d3660fb21b48211d0;p=mit-scheme.git Removed references to local version of scheme (scmsig, scm6003, etc.) Added call to 'clean.world' target in xmakefile (with errors ignored) to take care of most of the reasons for the references. --- diff --git a/v7/src/microcode/unxutl/makefile b/v7/src/microcode/unxutl/makefile index 43363e507..76bb38d2e 100644 --- a/v7/src/microcode/unxutl/makefile +++ b/v7/src/microcode/unxutl/makefile @@ -1,7 +1,7 @@ # # Makefile for MIT CScheme microcode. # -# $Id: makefile,v 1.19 1993/01/08 04:54:36 cph Exp $ +# $Id: makefile,v 1.20 1993/02/22 20:31:31 nick Exp $ # CPP = cc -E MAKE = make # BSD doesn't have it as a default. @@ -26,10 +26,6 @@ bchdrn: xmakefile $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} bchdrn .PHONY: bchdrn -scmsig: xmakefile - $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} scmsig -.PHONY: scmsig - Psbtobin: xmakefile $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} Psbtobin .PHONY: Psbtobin @@ -67,11 +63,14 @@ xmakefile: ymakefile ymake.script ymake.local cf.h s.h m.h rm -f junk.c clean remove: +# the - at the beginning of the following line is what causes make to continue +# even if the clean.world target doesn't exist + - $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} clean.world rm -f *.o *.s *.touch xmakefile - rm -f scheme xscheme bchscheme bchdrn scm6003 kitscheme scmLYN + rm -f scheme xscheme bchscheme bchdrn rm -f Findprim Bintopsb Psbtobin Breakup Wsize Ppband rm -f hard-params limits.h float.h - rm -f usrdef.c bchdef.c usr6003.c usrkit.c usrLYN.c + rm -f usrdef.c bchdef.c rm -f lint.out unconfig: