Module Name:    src
Committed By:   jmcneill
Date:           Mon Aug  8 23:18:36 UTC 2011

Modified Files:
        src: Makefile

Log Message:
Fix typo that prevented installmodules from working with -U


To generate a diff of this commit:
cvs rdiff -u -r1.287 -r1.288 src/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/Makefile
diff -u src/Makefile:1.287 src/Makefile:1.288
--- src/Makefile:1.287	Mon Aug  8 22:15:42 2011
+++ src/Makefile	Mon Aug  8 23:18:36 2011
@@ -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
 

Reply via email to