Fix usage of DEL command that assumed 4OS2.
authorChris Hanson <org/chris-hanson/cph>
Mon, 16 Oct 1995 17:26:35 +0000 (17:26 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 16 Oct 1995 17:26:35 +0000 (17:26 +0000)
v7/src/microcode/os2utl/makefile.cmn
v7/src/microcode/os2utl/makefile.emx
v7/src/microcode/os2utl/makefile.gcc
v7/src/microcode/os2utl/makefile.vac
v7/src/microcode/os2utl/makefile.wcc

index fc7d13d3cd438a848677ad3470a9dc90da880ca2..52a4561b2a7fb4624cb3e0e1b65ebda6e3f6db41 100644 (file)
@@ -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)
index cf5322e11711f1f7daf821506674c4839ce1136c..61fe9aa20632fb72bb537d4feeeee9841c101a46 100644 (file)
@@ -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
index 7efea9e3c8f012670bcb3ab079470cbb0041f346..2a917886d586cd9f7ac9d763a0d107bb67e20ce4 100644 (file)
@@ -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
index 9ddeaded8a406e7efd5ad1b4261ce9239f6a37ed..46aec29505ece620c9d4d1fe149f1269e19b6851 100644 (file)
@@ -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
index 433068f7d729f72c2baaa7cd1444f7b3945e9915..ee439ea7aec5439cd9662ccab65db44ac5eb4bf7 100644 (file)
@@ -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.