Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/distrib/notes Pull up revision 1.27 (requested by lukem...



details:   https://anonhg.NetBSD.org/src/rev/ffc5c8b7ee35
branches:  netbsd-1-6
changeset: 527926:ffc5c8b7ee35
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Jun 15 02:20:09 2002 +0000

description:
Pull up revision 1.27 (requested by lukem in ticket #280):
remove now-unused targets

diffstat:

 distrib/notes/Makefile.inc |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r 40d439c3a1b0 -r ffc5c8b7ee35 distrib/notes/Makefile.inc
--- a/distrib/notes/Makefile.inc        Sat Jun 15 02:19:39 2002 +0000
+++ b/distrib/notes/Makefile.inc        Sat Jun 15 02:20:09 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.26 2002/05/02 18:02:47 lukem Exp $
+#      $NetBSD: Makefile.inc,v 1.26.2.1 2002/06/15 02:20:09 lukem Exp $
 #
 
 # Ross Harvey <ross%netbsd.org@localhost>
@@ -86,12 +86,6 @@
        ${GROFF} -dTOC=1 ${ARGS_MORE} -mdoc ${MAIN} ${TOCPROC} > $@.tmp
        mv -f $@.tmp $@
 
-echosrcs! ${SRCS}
-       @echo ${.ALLSRC}
-
-echomore!
-       @echo ${.OBJDIR}/${TARG}.more
-
 release: check_RELEASEDIR .WAIT ${TARGS}
        ${RELEASE_INSTALL} ${TARGS} ${RELEASEDIR}/.
 



Home | Main Index | Thread Index | Old Index