Source-Changes-HG archive

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

[src/trunk]: src/lib/runemodule no need to dig /usr/lib/runemodule on beforei...



details:   https://anonhg.NetBSD.org/src/rev/e3994f225b19
branches:  trunk
changeset: 503109:e3994f225b19
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Jan 31 18:39:47 2001 +0000

description:
no need to dig /usr/lib/runemodule on beforeinstall - mtree have already
digged it.

diffstat:

 lib/runemodule/Makefile.inc |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (16 lines):

diff -r 80e7ab3cebc5 -r e3994f225b19 lib/runemodule/Makefile.inc
--- a/lib/runemodule/Makefile.inc       Wed Jan 31 18:39:46 2001 +0000
+++ b/lib/runemodule/Makefile.inc       Wed Jan 31 18:39:47 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.1 2001/01/25 09:16:39 itojun Exp $
+#      $NetBSD: Makefile.inc,v 1.2 2001/01/31 18:39:47 itojun Exp $
 
 .include <bsd.own.mk>
 
@@ -18,6 +18,3 @@
 SRCS!=         echo ${BASENAME}.c | tr A-Z a-z
 
 .PATH: ${.CURDIR}/../../libc/locale
-
-beforeinstall:
-       if [ ! -d ${SHLIBDIR} ]; then mkdir ${SHLIBDIR}; fi



Home | Main Index | Thread Index | Old Index