mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:16:04 +00:00
Updated clean targets in various places
svn path=/trunk/; revision=1157
This commit is contained in:
parent
6bd8ebc9e2
commit
1001fb267c
6 changed files with 16 additions and 8 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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/%)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 (
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue