Source-Changes-HG archive

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

[src/trunk]: src/distrib Add full libexec contents to the CD image - this mak...



details:   https://anonhg.NetBSD.org/src/rev/af203a6d2cca
branches:  trunk
changeset: 338429:af203a6d2cca
user:      martin <martin%NetBSD.org@localhost>
date:      Sun May 24 09:33:20 2015 +0000

description:
Add full libexec contents to the CD image - this makes dhcpcd happy.

diffstat:

 distrib/amd64/cdroms/Makefile.cdrom |  7 ++-----
 distrib/i386/cdroms/Makefile.cdrom  |  7 ++-----
 2 files changed, 4 insertions(+), 10 deletions(-)

diffs (42 lines):

diff -r ece6afb9ff52 -r af203a6d2cca distrib/amd64/cdroms/Makefile.cdrom
--- a/distrib/amd64/cdroms/Makefile.cdrom       Sat May 23 22:14:20 2015 +0000
+++ b/distrib/amd64/cdroms/Makefile.cdrom       Sun May 24 09:33:20 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.cdrom,v 1.15 2015/05/19 06:58:52 martin Exp $
+# $NetBSD: Makefile.cdrom,v 1.16 2015/05/24 09:33:20 martin Exp $
 
 .include <bsd.own.mk>
 
@@ -16,10 +16,7 @@
 CDRUNTIME+=    ./etc
 CDRUNTIME+=    ./lib
 CDRUNTIME+=    ./libdata
-CDRUNTIME+=    ./libexec/ld.elf_so
-CDRUNTIME+=    ./libexec/lfs_cleanerd
-CDRUNTIME+=    ./libexec/dhcpcd-run-hooks
-CDRUNTIME+=    ./libexec/resolvconf/
+CDRUNTIME+=    ./libexec
 CDRUNTIME+=    ./mnt
 CDRUNTIME+=    ./sbin
 CDRUNTIME+=    ./stand
diff -r ece6afb9ff52 -r af203a6d2cca distrib/i386/cdroms/Makefile.cdrom
--- a/distrib/i386/cdroms/Makefile.cdrom        Sat May 23 22:14:20 2015 +0000
+++ b/distrib/i386/cdroms/Makefile.cdrom        Sun May 24 09:33:20 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.cdrom,v 1.35 2015/05/19 06:58:52 martin Exp $
+# $NetBSD: Makefile.cdrom,v 1.36 2015/05/24 09:33:20 martin Exp $
 
 .include <bsd.own.mk>
 
@@ -16,10 +16,7 @@
 CDRUNTIME+=    ./etc
 CDRUNTIME+=    ./lib
 CDRUNTIME+=    ./libdata
-CDRUNTIME+=    ./libexec/ld.elf_so
-CDRUNTIME+=    ./libexec/lfs_cleanerd
-CDRUNTIME+=    ./libexec/dhcpcd-run-hooks
-CDRUNTIME+=    ./libexec/resolvconf/
+CDRUNTIME+=    ./libexec
 CDRUNTIME+=    ./mnt
 CDRUNTIME+=    ./sbin
 CDRUNTIME+=    ./stand



Home | Main Index | Thread Index | Old Index