Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
49cdc03b
Commit
49cdc03b
authored
Sep 29, 2004
by
Mike Hibler
Browse files
Make sure cdboot-install installs groklilo too
parent
2db00a58
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd/GNUmakefile.in
View file @
49cdc03b
...
...
@@ -64,6 +64,7 @@ cdboot-install: destdircheck common-install etc-install \
$(INSTALL) -m 755 $(SRCDIR)/cdboot/rc.cdboot $(BINDIR)/rc/rc.cdboot
$(INSTALL) -m 755 $(SRCDIR)/cdboot/rc.cdroot $(SYSETCDIR)/rc.cdroot
$(INSTALL) -m 755 $(SRCDIR)/rc.frisbee $(BINDIR)/rc/rc.frisbee
$(INSTALL) -m 755 $(SRCDIR)/slicefix $(BINDIR)/slicefix
cp $(SRCDIR)/cdboot/fstab $(SYSETCDIR)/fstab
cp $(SRCDIR)/cdboot/fstab.lbs $(SYSETCDIR)/fstab.lbs
$(INSTALL) -m 755 -o root -g wheel -d $(DESTDIR)/boot
...
...
@@ -76,7 +77,7 @@ cdboot-install: destdircheck common-install etc-install \
(cd ../../os; $(MAKE) DESTDIR=$(DESTDIR) client-install)
(cd ../../os/imagezip; $(MAKE) DESTDIR=$(DESTDIR) client-install)
(cd ../../os/frisbee.redux; $(MAKE) DESTDIR=$(DESTDIR) client-install)
(cd ../../cdrom
/tbbootconfig
;$(MAKE) DESTDIR=$(DESTDIR) client-install)
(cd ../../cdrom;$(MAKE) DESTDIR=$(DESTDIR) client-install)
(cd ../../tools/teachswitch; $(MAKE) DESTDIR=$(DESTDIR) client-install)
$(INSTALL) -m 755 $(SRCDIR)/../../install/newclient $(BINDIR)/newclient
$(INSTALL) -m 755 -o root -g wheel -d $(DESTDIR)/users
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment