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/newsmips Pull up revision 1.2 (requested ...
details: https://anonhg.NetBSD.org/src/rev/ff46145deaad
branches: netbsd-1-6
changeset: 528540:ff46145deaad
user: lukem <lukem%NetBSD.org@localhost>
date: Mon Jul 22 05:04:37 2002 +0000
description:
Pull up revision 1.2 (requested by lukem):
- define COMMON as "${.CURDIR}/../common", and use appropriately
- remove .PATH: ${.CURDIR}/../common
- update the various MERGED_SRCS lines to reflect reality
diffstat:
distrib/notes/newsmips/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (11 lines):
diff -r 2d2a336891fe -r ff46145deaad distrib/notes/newsmips/Makefile
--- a/distrib/notes/newsmips/Makefile Mon Jul 22 05:04:21 2002 +0000
+++ b/distrib/notes/newsmips/Makefile Mon Jul 22 05:04:37 2002 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile,v 1.1.2.3 2002/07/02 04:20:13 lukem Exp $
+# $NetBSD: Makefile,v 1.1.2.4 2002/07/22 05:04:37 lukem Exp $
-MERGED_SRCS+=${.CURDIR}/../common/sysinst ${.CURDIR}/../common/upgrade
+MERGED_SRCS+= ${COMMON}/sysinst ${COMMON}/upgrade ${COMMON}/xfer
.include <bsd.man.mk>
Home |
Main Index |
Thread Index |
Old Index