]> Zhao Yanbai Git Server - minix.git/commitdiff
Clean up generated files for ash,ramdisk,libutil,libc
authorThomas Veerman <thomas@minix3.org>
Wed, 13 Jun 2012 09:25:15 +0000 (09:25 +0000)
committerThomas Veerman <thomas@minix3.org>
Mon, 18 Jun 2012 10:54:56 +0000 (10:54 +0000)
commands/ash/Makefile
drivers/ramdisk/Makefile
lib/libc/compat-minix/Makefile.inc
lib/libminc/Makefile
lib/libutil/compat-minix/Makefile.inc

index 77a288b7cb1f6ca69200af9b9e82544c65a0e231..12e5fa34390de7ccb83733f5247e8c6f45c1ba03 100644 (file)
@@ -42,8 +42,8 @@ CPPFLAGS+=${EDIT} ${NO_PATHS_H} ${NO_JOBS}
 
 .PATH: ${.CURDIR}/bltin
 
-CLEANFILES+= mkinit mkinit.o mknodes mknodes.o \
-       mksyntax mksyntax.o mksignames mksignames.o
+CLEANFILES+= mkinit mkinit.lo mknodes mknodes.lo \
+       mksyntax mksyntax.lo mksignames mksignames.lo
 CLEANFILES+= ${GENSRCS} ${GENHDRS} y.tab.h
 
 build-tools: mkinit mknodes mksyntax mksignames
index f28f7c59a844b2528f0819af1ac3b86651648c85..d0a6e58fe8224b5bf24f0135c5b681b3702848b7 100644 (file)
@@ -29,7 +29,7 @@ PROG_DRIVERS+= acpi
 
 CPPFLAGS+= -I${NETBSDSRCDIR}/servers
 CLEANFILES += $(PROGRAMS) $(SCRIPTS) $(EXTRA) image image.c t proto.gen
-CLEANFILES += $(LIBRARIES) pwd.db spwd.db
+CLEANFILES += $(LIBRARIES) pwd.db spwd.db passwd
 
 image: proto.gen mtab rc $(EXTRA) pwd.db spwd.db passwd
        ${TOOL_MKFSMFS} image proto.gen || { rm -f image; false; }
index 31a50051e25186767f7ad5451261f8eb35bc85c0..b5083f9bd0eb5b7d95ccff215fb8f7458b943934 100644 (file)
@@ -32,6 +32,7 @@ ASM=  compat__opendir230.S compat__alphasort30.S compat__ctime50.S \
        compat__updlastlogx50.S compat__updwtmpx50.S compat__utime50.S \
        compat__vfork14.S
 SRCS+= ${ASM}
+CLEANFILES+=   ${ASM}
 
 .include "../generateasm.mk"
 
index 8e404a5a4060647254f34ef975bf9277b8263877..e93e76577ec49fa219c0f01bc80a0e57e1105550 100644 (file)
@@ -77,6 +77,7 @@ CPPFLAGS.${i}+= -I${LIBCSRCDIR}/stdlib -I${LIBCSRCDIR}/include
 errlist.c: ${LIBCSRCDIR}/gen/errlist.awk \
           ${NETBSDSRCDIR}/include/sys/errno.h
        cat ${NETBSDSRCDIR}/include/sys/errno.h | ${TOOL_SED} 's/(_SIGN//' | ${TOOL_AWK} -f ${LIBCSRCDIR}/gen/errlist.awk > ${.TARGET}
+CLEANFILES+=   errlist.c
 
 .for i in assert.c _errno.c errno.c _env.c errlist.c \
        execle.c getprogname.c sleep.c time.c \
index b40d98baabe4dfbb0561e9603b904f4bcbe6ea46..ceb427b463f4bcc3826d632112262bbccb675ba2 100644 (file)
@@ -3,5 +3,6 @@ ASM=    compat__login_getpwclass50.S compat__login50.S compat__loginx50.S \
        compat__pw_copy50.S compat__pw_copyx50.S \
        compat__pw_getpwconf50.S compat__setusercontext50.S
 SRCS+= ${ASM}
+CLEANFILES+= ${ASM}
 
 .include "../generateasm.mk"