Removed references to local version of scheme (scmsig, scm6003, etc.)
authorNick Papadakis <edu/mit/csail/zurich/nick>
Mon, 22 Feb 1993 20:31:31 +0000 (20:31 +0000)
committerNick Papadakis <edu/mit/csail/zurich/nick>
Mon, 22 Feb 1993 20:31:31 +0000 (20:31 +0000)
Added call to 'clean.world' target in xmakefile (with errors ignored)
to take care of most of the reasons for the references.

v7/src/microcode/unxutl/makefile

index 43363e5073a1e5481ab0c4af9fd89b70e2a9c8dc..76bb38d2ef9d28cef7559f0288dc886dfb3f124e 100644 (file)
@@ -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: