From: Chris Hanson Date: Mon, 16 Oct 1995 17:26:35 +0000 (+0000) Subject: Fix usage of DEL command that assumed 4OS2. X-Git-Tag: 20090517-FFI~5888 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=fe15604187625fc68258c03ed840e469a29c9ca2;p=mit-scheme.git Fix usage of DEL command that assumed 4OS2. --- diff --git a/v7/src/microcode/os2utl/makefile.cmn b/v7/src/microcode/os2utl/makefile.cmn index fc7d13d3c..52a4561b2 100644 --- a/v7/src/microcode/os2utl/makefile.cmn +++ b/v7/src/microcode/os2utl/makefile.cmn @@ -1,6 +1,6 @@ ### -*- Fundamental -*- ### -### $Id: makefile.cmn,v 1.2 1995/10/15 00:42:44 cph Exp $ +### $Id: makefile.cmn,v 1.3 1995/10/16 17:26:29 cph Exp $ ### ### Copyright (c) 1994-95 Massachusetts Institute of Technology ### @@ -48,7 +48,7 @@ USER_LIBS = SCHEME_SOURCES = $(USER_PRIM_SOURCES) missing.c SCHEME_OBJECTS = $(USER_PRIM_OBJECTS) missing.$(OBJ) -SCHEME_LIB = $(USER_LIBS) $(SYSTEM_LIBS) +SCHEME_LIB = $(USER_LIBS) CORE_SOURCES = \ $(MACHINE_SOURCES) \ @@ -255,9 +255,15 @@ BCHSOURCES = $(CORE_SOURCES) $(BCH_GC_SOURCES) BCHOBJECTS = $(CORE_OBJECTS) $(BCH_GC_OBJECTS) $(OS2_OBJECTS) \ $(OS_PRIM_OBJECTS) bchdef.$(OBJ) -clean: - del *.$(OBJ) *.exe *.tch cmpauxmd.$(ASM) usrdef.c bchdef.c \ - $(SYSTEM_CLEAN) +clean : + del *.$(OBJ) + del *.exe + del *.tch + del *.err + del *.sym + del cmpauxmd.$(ASM) + del usrdef.c + del bchdef.c findprim.exe : findprim.$(OBJ) asmcvt.exe : asmcvt.$(OBJ) diff --git a/v7/src/microcode/os2utl/makefile.emx b/v7/src/microcode/os2utl/makefile.emx index cf5322e11..61fe9aa20 100644 --- a/v7/src/microcode/os2utl/makefile.emx +++ b/v7/src/microcode/os2utl/makefile.emx @@ -1,6 +1,6 @@ ### -*- Fundamental -*- ### -### $Id: makefile.emx,v 1.2 1995/10/15 00:43:03 cph Exp $ +### $Id: makefile.emx,v 1.3 1995/10/16 17:26:31 cph Exp $ ### ### Copyright (c) 1994-95 Massachusetts Institute of Technology ### @@ -49,8 +49,6 @@ CC = gcc GCCFLAGS = -Zmt -O -g CFLAGS = $(GCCFLAGS) -DMIT_SCHEME -D__OS2__ LDFLAGS = $(GCCFLAGS) -SYSTEM_LIBS = -SYSTEM_CLEAN = M4 = m4 M4FLAGS = -DTYPE_CODE_LENGTH=6 AS = as diff --git a/v7/src/microcode/os2utl/makefile.gcc b/v7/src/microcode/os2utl/makefile.gcc index 7efea9e3c..2a917886d 100644 --- a/v7/src/microcode/os2utl/makefile.gcc +++ b/v7/src/microcode/os2utl/makefile.gcc @@ -1,6 +1,6 @@ ### -*- Fundamental -*- ### -### $Id: makefile.gcc,v 1.2 1995/10/15 00:43:16 cph Exp $ +### $Id: makefile.gcc,v 1.3 1995/10/16 17:26:33 cph Exp $ ### ### Copyright (c) 1995 Massachusetts Institute of Technology ### @@ -49,8 +49,6 @@ CC = gcc -Uunix -U__unix__ -U__unix -D__GCC2__ GCCFLAGS = -O -g CFLAGS = $(GCCFLAGS) -DMIT_SCHEME LDFLAGS = $(GCCFLAGS) -SYSTEM_LIBS = -SYSTEM_CLEAN = M4 = m4 M4FLAGS = -DOS2 AS = as diff --git a/v7/src/microcode/os2utl/makefile.vac b/v7/src/microcode/os2utl/makefile.vac index 9ddeaded8..46aec2950 100644 --- a/v7/src/microcode/os2utl/makefile.vac +++ b/v7/src/microcode/os2utl/makefile.vac @@ -1,6 +1,6 @@ ### -*- Fundamental -*- ### -### $Id: makefile.vac,v 1.2 1995/10/15 00:43:40 cph Exp $ +### $Id: makefile.vac,v 1.3 1995/10/16 17:26:35 cph Exp $ ### ### Copyright (c) 1994-95 Massachusetts Institute of Technology ### @@ -54,8 +54,6 @@ ICCFLAGS = /Gm+ /Q+ /Wall- /Ti+ CFLAGS = $(ICCFLAGS) /DMIT_SCHEME LDFLAGS = $(ICCFLAGS) /B"/EXEPACK:2" /B"/DBGPACK" SCHEME_LDFLAGS = $(LDFLAGS) -SYSTEM_LIBS = -SYSTEM_CLEAN = M4 = m4 M4FLAGS = -DOS2 AS = as diff --git a/v7/src/microcode/os2utl/makefile.wcc b/v7/src/microcode/os2utl/makefile.wcc index 433068f7d..ee439ea7a 100644 --- a/v7/src/microcode/os2utl/makefile.wcc +++ b/v7/src/microcode/os2utl/makefile.wcc @@ -1,6 +1,6 @@ ### -*- Fundamental -*- ### -### $Id: makefile.wcc,v 1.1 1995/10/15 00:43:49 cph Exp $ +### $Id: makefile.wcc,v 1.2 1995/10/16 17:26:13 cph Exp $ ### ### Copyright (c) 1994-95 Massachusetts Institute of Technology ### @@ -47,8 +47,6 @@ ASM = asm CC = wcc386 M4 = m4 AS = wasm -SYSTEM_LIBS = -SYSTEM_CLEAN = *.err *.sym # Compiler options. # [DEBUG] marks options used for debugging.