Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-stable
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
emulab
emulab-stable
Commits
ccf723dc
Commit
ccf723dc
authored
Jun 16, 2010
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote branch 'central'
parents
caae3ca1
532c0015
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
7 deletions
+22
-7
GNUmakefile.in
GNUmakefile.in
+3
-1
db/dhcpd_makeconf.in
db/dhcpd_makeconf.in
+3
-3
dhcpd/GNUmakefile.in
dhcpd/GNUmakefile.in
+6
-3
os/GNUmakefile.in
os/GNUmakefile.in
+10
-0
No files found.
GNUmakefile.in
View file @
ccf723dc
...
...
@@ -219,13 +219,13 @@ endif
@$(MAKE) -C tmcd client-install
subboss: client
@$(MAKE) -C os subboss
@$(MAKE) -C utils subboss
subboss-install: subboss
ifeq ($(EVENTSYS),1)
@$(MAKE) -C event client-install
endif
@$(MAKE) -C os client-install
ifneq ($(SYSTEM),CYGWIN_NT-5.1)
@$(MAKE) -C capture client-install
@$(MAKE) -C tip client-install
...
...
@@ -233,9 +233,11 @@ ifneq ($(SYSTEM),CYGWIN_NT-5.1)
endif
@$(MAKE) -C sensors client-install
@$(MAKE) -C utils subboss-install
@$(MAKE) -C os subboss-install
@$(MAKE) -C db subboss-install
@$(MAKE) -C tmcd subboss-install
@$(MAKE) -C rc.d subboss-install
@$(MAKE) -C dhcpd subboss-install
# Hack: this should probably be done by a subboss-install
# script, but there isn't a huge need for that yet
@rm -f $(INSTALL_RCDIR)/isc-dhcpd
...
...
db/dhcpd_makeconf.in
View file @
ccf723dc
...
...
@@ -368,10 +368,10 @@ if ($install) {
if
(
kill
('
TERM
',
$dpid
)
==
0
)
{
fatal
("
Could not kill(TERM) process
$dpid
(dhcpd): $!
");
}
}
for
my
$subboss
(
keys
%subboss_dhcp_servers
)
{
RestartSubbossDhcp
(
$subboss
,
$restart
);
for
my
$subboss
(
keys
%subboss_dhcp_servers
)
{
RestartSubbossDhcp
(
$subboss
,
$restart
);
}
}
TBScriptUnlock
();
...
...
dhcpd/GNUmakefile.in
View file @
ccf723dc
...
...
@@ -11,7 +11,8 @@ SUBDIR = dhcpd
ETCDIR = /usr/local/etc
DHCPD_FILES = dhcpd.conf.template dhcpd.conf.subboss.template
DHCPD_FILES = dhcpd.conf.template
SUBBOSS_DHCPD_FILES = dhcpd.conf.subboss.template
include $(OBJDIR)/Makeconf
...
...
@@ -23,12 +24,14 @@ all: $(DHCPD_FILES)
include $(TESTBED_SRCDIR)/GNUmakerules
subboss-install: $(ETCDIR)/dhcpd.conf.subboss.template
-chmod 664 $(ETCDIR)/dhcpd.conf.subboss.template
install: $(ETCDIR)/dhcpd.conf.template $(ETCDIR)/dhcpd.conf.subboss.template
-chmod 664 $(ETCDIR)/dhcpd.conf.template
-chmod 664 $(ETCDIR)/dhcpd.conf.subboss.template
clean:
rm -f $(DHCPD_FILES)
rm -f $(DHCPD_FILES)
$(SUBBOSS_DHCPD_FILES)
$(ETCDIR)/%: %
@echo "Installing $<"
...
...
os/GNUmakefile.in
View file @
ccf723dc
...
...
@@ -60,6 +60,16 @@ endif
$(MAKE) -C dijkstra client-install
$(MAKE) -C genhostsfile client-install
subboss: client
$(MAKE) -C frisbee.redux all
subboss-install: subboss client-install
ifeq ($(SYSTEM),FreeBSD)
CLIENT_BINDIR=/etc/testbed $(MAKE) -e -C frisbee.redux install
else
CLIENT_BINDIR=/usr/local/bin $(MAKE) -e -C frisbee.redux install
endif
mfs:
$(MAKE) -C imagezip client
$(MAKE) -C zapdisk mfs
...
...
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