Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mmeye/stand/bootelf Add machine symlink to CLEANFILES.



details:   https://anonhg.NetBSD.org/src/rev/e05143e0f88d
branches:  trunk
changeset: 526364:e05143e0f88d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu May 02 18:35:02 2002 +0000

description:
Add machine symlink to CLEANFILES.

diffstat:

 sys/arch/mmeye/stand/bootelf/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 24ade20c964a -r e05143e0f88d sys/arch/mmeye/stand/bootelf/Makefile
--- a/sys/arch/mmeye/stand/bootelf/Makefile     Thu May 02 18:32:45 2002 +0000
+++ b/sys/arch/mmeye/stand/bootelf/Makefile     Thu May 02 18:35:02 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2002/05/02 18:30:46 wiz Exp $
+#      $NetBSD: Makefile,v 1.7 2002/05/02 18:35:02 wiz Exp $
 
 PROG= bootelf
 SRCS= boot.c byteorder.c loadfile.c loadfile_elf32.c
@@ -11,6 +11,8 @@
 CPPFLAGS+= -I${LIBSA} -I${.OBJDIR}
 LDSTATIC?= -static
 
+CLEANFILES+=   machine
+
 machine::
        -rm -f $@
        ln -s ${.CURDIR}/../../../../arch/${MACHINE}/include $@



Home | Main Index | Thread Index | Old Index