FreeBSD Bugzilla – Attachment 13447 Details for
Bug 25596
"distribution:" target for src/etc/Makefile fails with devfs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1005 bytes, created by
Jonathan Perkin
on 2001-03-08 00:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jonathan Perkin
Created:
2001-03-08 00:00:01 UTC
Size:
1005 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/src/etc/Makefile,v >retrieving revision 1.243 >diff -u -r1.243 Makefile >--- Makefile 2001/03/01 03:51:18 1.243 >+++ Makefile 2001/03/07 12:22:40 >@@ -76,9 +76,7 @@ > ( cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap ); \ > ( cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt ); \ > ( cd ${.CURDIR}/isdn; ${MAKE} install ); \ >- pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd; \ >- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \ >- MAKEDEV.local MAKEDEV ${DESTDIR}/dev ) >+ pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd; ) > .if !defined(NO_SENDMAIL) > ( cd ${.CURDIR}/sendmail; ${MAKE} distribution ); > .endif >@@ -94,6 +92,9 @@ > ${DESTDIR}/etc/ssl ) > .endif > .if !defined(NO_MAKEDEV) >+ (cd ${.CURDIR}; \ >+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \ >+ MAKEDEV.local MAKEDEV ${DESTDIR}/dev ) > (cd ${DESTDIR}/dev; sh MAKEDEV all) > .endif > (cd ${.CURDIR}/root; \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 25596
: 13447