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
62e9c8a2
Commit
62e9c8a2
authored
Jul 19, 2011
by
Leigh B Stoller
Browse files
Checkpoint event/delay-agent move.
parent
1cf61fa8
Changes
6
Show whitespace changes
Inline
Side-by-side
clientside/configure
View file @
62e9c8a2
...
...
@@ -4836,6 +4836,7 @@ outfiles="Makeconf GNUmakefile \
event/linktest/weblinktest event/linktest/linktest.proxy
\
event/linktest/linktest_control
\
event/linktest/run_linktest.pl
\
event/delay-agent/GNUmakefile
\
tools/GNUmakefile
\
tools/pcapper/GNUmakefile
\
sensors/GNUmakefile
\
...
...
clientside/configure.in
View file @
62e9c8a2
...
...
@@ -164,6 +164,7 @@ outfiles="Makeconf GNUmakefile \
event/linktest/weblinktest event/linktest/linktest.proxy \
event/linktest/linktest_control \
event/linktest/run_linktest.pl \
event/delay-agent/GNUmakefile \
tools/GNUmakefile \
tools/pcapper/GNUmakefile \
sensors/GNUmakefile \
...
...
clientside/event/GNUmakefile.in
View file @
62e9c8a2
...
...
@@ -14,6 +14,13 @@ SUBDIRS = program-agent link-agent tevc proxy linktest
ifneq ($(SYSTEM),CYGWIN_NT-5.1)
SUBDIRS += trafgen
endif
ifeq ($(WITH_EMULAB),1)
# only in a full build for now.
ifneq ($(FBSDMAJ),8)
# doesn't build right now due to API changes
SUBDIRS += delay-agent
endif
endif
all: trafgen-fetch all-subdirs
...
...
configure
View file @
62e9c8a2
...
...
@@ -5621,7 +5621,6 @@ else
event/nsetrafgen/GNUmakefile
\
event/nsetrafgen/nseinput.tcl
\
event/nsetrafgen/nse-makepatch
\
event/delay-agent/GNUmakefile
\
event/stated/waitForState
\
event/stated/GNUmakefile event/stated/stated"
...
...
@@ -7232,6 +7231,7 @@ outfiles="$outfiles clientside/GNUmakefile \
clientside/event/linktest/linktest.proxy
\
clientside/event/linktest/linktest_control
\
clientside/event/linktest/run_linktest.pl
\
clientside/event/delay-agent/GNUmakefile
\
clientside/os/dijkstra/GNUmakefile clientside/os/genhostsfile/GNUmakefile"
#
...
...
configure.in
View file @
62e9c8a2
...
...
@@ -710,7 +710,6 @@ else
event/nsetrafgen/GNUmakefile \
event/nsetrafgen/nseinput.tcl \
event/nsetrafgen/nse-makepatch \
event/delay-agent/GNUmakefile \
event/stated/waitForState \
event/stated/GNUmakefile event/stated/stated"
...
...
@@ -1097,6 +1096,7 @@ outfiles="$outfiles clientside/GNUmakefile \
clientside/event/linktest/linktest.proxy \
clientside/event/linktest/linktest_control \
clientside/event/linktest/run_linktest.pl \
clientside/event/delay-agent/GNUmakefile \
clientside/os/dijkstra/GNUmakefile clientside/os/genhostsfile/GNUmakefile"
#
...
...
event/GNUmakefile.in
View file @
62e9c8a2
...
...
@@ -22,11 +22,6 @@ SUBDIRS += sched stated
ifeq ($(ISMAINSITE),1)
SUBDIRS += new_sched
endif
ifneq ($(FBSDMAJ),8)
# doesn't build right now due to API changes
SUBDIRS += delay-agent
endif
endif
all: etc-subdir all-subdirs
...
...
Write
Preview
Supports
Markdown
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