core is now prog.core, not core.prog
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 3 Apr 1994 07:38:26 +0000 (23:38 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 3 Apr 1994 07:38:26 +0000 (23:38 -0800)
SCCS-vsn: share/mk/bsd.README 8.2
SCCS-vsn: share/mk/bsd.prog.mk 8.2

usr/src/share/mk/bsd.README
usr/src/share/mk/bsd.prog.mk

index 2c8c5b2..a4551fc 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)bsd.README  8.1 (Berkeley) %G%
+#      @(#)bsd.README  8.2 (Berkeley) %G%
 
 This is the README file for the new make "include" files for the BSD
 source tree.  The files are installed in /usr/share/mk, and are, by
 
 This is the README file for the new make "include" files for the BSD
 source tree.  The files are installed in /usr/share/mk, and are, by
@@ -138,7 +138,7 @@ It has seven targets:
                build the program and its manual page
        clean:
                remove the program, any object files and the files a.out,
                build the program and its manual page
        clean:
                remove the program, any object files and the files a.out,
-               Errs, errs, mklog, and core.${PROG}.
+               Errs, errs, mklog, and ${PROG}.core.
        cleandir:
                remove all of the files removed by the target clean, as
                well as .depend, tags, and any manual pages.
        cleandir:
                remove all of the files removed by the target clean, as
                well as .depend, tags, and any manual pages.
index eb16b88..afe0d60 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)bsd.prog.mk 8.1 (Berkeley) %G%
+#      @(#)bsd.prog.mk 8.2 (Berkeley) %G%
 
 .if !defined(NOINCLUDE) && exists(${.CURDIR}/../Makefile.inc)
 .include "${.CURDIR}/../Makefile.inc"
 
 .if !defined(NOINCLUDE) && exists(${.CURDIR}/../Makefile.inc)
 .include "${.CURDIR}/../Makefile.inc"
@@ -95,12 +95,12 @@ all: ${PROG} ${MANALL} _PROGSUBDIR
 
 .if !target(clean)
 clean: _PROGSUBDIR
 
 .if !target(clean)
 clean: _PROGSUBDIR
-       rm -f a.out [Ee]rrs mklog core.${PROG} ${PROG} ${OBJS} ${CLEANFILES}
+       rm -f a.out [Ee]rrs mklog ${PROG}.core ${PROG} ${OBJS} ${CLEANFILES}
 .endif
 
 .if !target(cleandir)
 cleandir: _PROGSUBDIR
 .endif
 
 .if !target(cleandir)
 cleandir: _PROGSUBDIR
-       rm -f a.out [Ee]rrs mklog core.${PROG} ${PROG} ${OBJS} ${CLEANFILES}
+       rm -f a.out [Ee]rrs mklog ${PROG}.core ${PROG} ${OBJS} ${CLEANFILES}
        rm -f .depend ${MANALL}
 .endif
 
        rm -f .depend ${MANALL}
 .endif