Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Fix typo that prevented installmodules from working with -U
details: https://anonhg.NetBSD.org/src/rev/bf33331d529c
branches: trunk
changeset: 768105:bf33331d529c
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Mon Aug 08 23:18:36 2011 +0000
description:
Fix typo that prevented installmodules from working with -U
diffstat:
Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0e1012683416 -r bf33331d529c Makefile
--- a/Makefile Mon Aug 08 22:15:42 2011 +0000
+++ b/Makefile Mon Aug 08 23:18:36 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.287 2011/08/08 22:15:42 jmcneill Exp $
+# $NetBSD: Makefile,v 1.288 2011/08/08 23:18:36 jmcneill Exp $
#
# This is the top-level makefile for building NetBSD. For an outline of
@@ -360,7 +360,7 @@
@false
.endif
.endif
- ${MAKEDIRTARGET} sys/modules install DESTDIR=${INSTALLMODULESDIR:*/}
+ ${MAKEDIRTARGET} sys/modules install DESTDIR=${INSTALLMODULESDIR:U/}
@echo "make ${.TARGET} started at: ${START_TIME}"
@printf "make ${.TARGET} finished at: " && date
Home |
Main Index |
Thread Index |
Old Index