Updated clean targets in various places

svn path=/trunk/; revision=1157
This commit is contained in:
David Welch 2000-05-14 13:10:01 +00:00
parent 6bd8ebc9e2
commit 1001fb267c
6 changed files with 16 additions and 8 deletions

View file

@ -41,7 +41,9 @@ FS_DRIVERS = vfat minix
KERNEL_SERVICES = $(DEVICE_DRIVERS) $(FS_DRIVERS)
APPS = args hello shell test cat bench apc shm lpc thread event file gditest \
pteb objdir
pteb
# objdir
all: buildno $(COMPONENTS) $(DLLS) $(SUBSYS) $(LOADERS) $(KERNEL_SERVICES) $(APPS)

View file

@ -18,7 +18,10 @@ clean:
- $(RM) lpcsrv.o
- $(RM) lpcsrv.exe
- $(RM) lpcsrv.sym
- $(RM) lpcclt.o
- $(RM) lpcclt.exe
- $(RM) lpcsrv.sym
.phony: clean
floppy: $(PROGS:%=$(FLOPPY_DIR)/apps/%)

View file

@ -1,4 +1,4 @@
# $Id: makefile_rex,v 1.9 2000/05/13 17:34:15 ekohl Exp $
# $Id: makefile_rex,v 1.10 2000/05/14 13:10:00 dwelch Exp $
#
# Minix IFS Driver makefile
#
@ -18,6 +18,8 @@ clean:
- $(RM) junk.tmp
- $(RM) base.tmp
- $(RM) temp.exp
- $(RM) cache.o
- $(RM) minix.coff
- $(RM) $(TARGETNAME).sys
.phony: clean

View file

@ -1,4 +1,4 @@
/* $Id: stubs.c,v 1.17 2000/05/14 09:31:04 ea Exp $
/* $Id: stubs.c,v 1.18 2000/05/14 13:09:59 dwelch Exp $
*
* KERNEL32.DLL stubs (unimplemented functions)
* Remove from this file, if you implement them.
@ -3404,6 +3404,7 @@ SetMailslotInfo (
WINBOOL
STDCALL
SetProcessShutdownParameters (

View file

@ -1,4 +1,4 @@
# $Id: makefile,v 1.47 2000/05/13 14:21:43 dwelch Exp $
# $Id: makefile,v 1.48 2000/05/14 13:10:00 dwelch Exp $
#
# ReactOS Operating System
#
@ -50,7 +50,7 @@ CLEAN_FILES = napi.o ldr\*.o rtl\*.o stdio\*.o stdlib\*.o string\*.o stubs\*.o \
$(TARGET).a main\dllmain.o $(TARGET).o $(TARGET).dll junk.tmp \
base.tmp temp.exp $(TARGET).sym $(TARGET).coff
else
CLEAN_FILES = napi.o ldr/*.o rtl/*.o stdio/*.o stdlib/*.o string/*.o stubs/*.o \
CLEAN_FILES = napi.o ldr/*.o rtl/*.o stdio/*.o stdlib/*.o string/*.o stubs/*.o csr/*.o dbg/*.o \
$(TARGET).a main/dllmain.o $(TARGET).o $(TARGET).dll junk.tmp \
base.tmp temp.exp $(TARGET).sym $(TARGET).coff
endif

View file

@ -1,4 +1,4 @@
# $Id: makefile,v 1.19 2000/03/17 21:49:32 jfilby Exp $
# $Id: makefile,v 1.20 2000/05/14 13:10:01 dwelch Exp $
#
# WIN32K.SYS build spec
#
@ -35,7 +35,7 @@ CLEAN_FILES = eng\*.o main\*.o misc\*.o ldr\*.o stubs\*.o objects\*.o \
junk.tmp base.tmp temp.exp $(TARGET).sys $(TARGET).sym
else
CLEAN_FILES = eng/*.o main/*.o ldr\*.o misc/*.o stubs/*.o objects/*.o \
$(TARGET).coff $(TARGET).o $(TARGET).a \
$(TARGET).coff $(TARGET).o $(TARGET).a ldr/*.o \
junk.tmp base.tmp temp.exp $(TARGET).sys $(TARGET).sym
endif