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
ecb5fdec
Commit
ecb5fdec
authored
Jul 19, 2011
by
Leigh B Stoller
Browse files
Checkpoint event/linktest move.
parent
1b42f552
Changes
9
Hide whitespace changes
Inline
Side-by-side
clientside/configure
View file @
ecb5fdec
...
...
@@ -4830,6 +4830,12 @@ outfiles="Makeconf GNUmakefile \
event/proxy/GNUmakefile
\
event/tevc/GNUmakefile
\
event/trafgen/GNUmakefile
\
event/linktest/GNUmakefile
\
event/linktest/iperf/GNUmakefile
\
event/linktest/rude/GNUmakefile
\
event/linktest/weblinktest event/linktest/linktest.proxy
\
event/linktest/linktest_control
\
event/linktest/run_linktest.pl
\
tools/GNUmakefile
\
tools/pcapper/GNUmakefile
\
sensors/GNUmakefile
\
...
...
clientside/configure.in
View file @
ecb5fdec
...
...
@@ -158,6 +158,12 @@ outfiles="Makeconf GNUmakefile \
event/proxy/GNUmakefile \
event/tevc/GNUmakefile \
event/trafgen/GNUmakefile \
event/linktest/GNUmakefile \
event/linktest/iperf/GNUmakefile \
event/linktest/rude/GNUmakefile \
event/linktest/weblinktest event/linktest/linktest.proxy \
event/linktest/linktest_control \
event/linktest/run_linktest.pl \
tools/GNUmakefile \
tools/pcapper/GNUmakefile \
sensors/GNUmakefile \
...
...
clientside/event/GNUmakefile.in
View file @
ecb5fdec
...
...
@@ -10,7 +10,7 @@ SUBDIR = $(subst $(TESTBED_SRCDIR)/,,$(SRCDIR))
include $(OBJDIR)/Makeconf
SUBDIRS = program-agent link-agent tevc proxy
SUBDIRS = program-agent link-agent tevc proxy
linktest
ifneq ($(SYSTEM),CYGWIN_NT-5.1)
SUBDIRS += trafgen
endif
...
...
clientside/event/linktest/GNUmakefile.in
View file @
ecb5fdec
...
...
@@ -3,14 +3,13 @@
# Copyright (c) 2000-2011 University of Utah and the Flux Group.
# All rights reserved.
#
SRCDIR = @srcdir@
TESTBED_SRCDIR = @top_srcdir@
OBJDIR = ../..
SUBDIR = event/linktest
OBJDIR = @top_builddir@
SUBDIR = $(subst $(TESTBED_SRCDIR)/,,$(SRCDIR))
LIBTBDIR = $(OBJDIR)/lib/libtb
LIBEVENTDIR = ${OBJDIR}/lib/event
NSTOIRDIR = $(TESTBED_SRCDIR)/tbsetup/ns2ir
DAEMON = linktest
LTEVENT = ltevent
SCRIPT = linktest.pl
...
...
@@ -18,8 +17,6 @@ SCRIPT_ELAB = elab_linktest.pl
SCRIPT_RUN = run_linktest.pl
SCRIPT_PROXY = linktest.proxy
SCRIPT_CONTROL = linktest_control
SCRIPT_TBCOMPAT = tb_compat.tcl
SCRIPT_NSTB_COMPAT = nstb_compat.tcl
# These scripts installed setuid, with sudo.
SETUID_BIN_SCRIPTS =
...
...
@@ -95,7 +92,7 @@ $(DAEMON_OBJS): ${OBJDIR}/lib/event/libevent.a ${OBJDIR}/lib/event/event.h
$(LTEVENT_OBJS): ${OBJDIR}/lib/event/libevent.a ${OBJDIR}/lib/event/event.h
# We install just enough to fire off the test from boss and wait.
install: weblinktest $(SCRIPT_RUN) $(SCRIPT_PROXY) $(LTEVENT) \
boss-
install: weblinktest $(SCRIPT_RUN) $(SCRIPT_PROXY) $(LTEVENT) \
$(INSTALL_SBINDIR)/$(SCRIPT_CONTROL)
$(INSTALL_PROGRAM) weblinktest $(INSTALL_LIBEXECDIR)
-mkdir -p $(INSTALL_DIR)/opsdir/bin
...
...
@@ -107,11 +104,6 @@ install: weblinktest $(SCRIPT_RUN) $(SCRIPT_PROXY) $(LTEVENT) \
$(INSTALL_DIR)/opsdir/sbin/$(SCRIPT_PROXY)
$(INSTALL_PROGRAM) $(LTEVENT) \
$(INSTALL_DIR)/opsdir/libexec/$(LTEVENT)
@echo "Don't forget to do a post-install as root"
post-install:
chown root $(INSTALL_SBINDIR)/$(SCRIPT_CONTROL)
chmod u+s $(INSTALL_SBINDIR)/$(SCRIPT_CONTROL)
control-install: binaries $(SCRIPT_RUN) $(SCRIPT_PROXY)
$(INSTALL_PROGRAM) $(LTEVENT) $(INSTALL_LIBEXECDIR)
...
...
clientside/event/linktest/iperf/GNUmakefile.in
View file @
ecb5fdec
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-201
0
University of Utah and the Flux Group.
# Copyright (c) 2000-201
1
University of Utah and the Flux Group.
# All rights reserved.
#
SRCDIR = @srcdir@
TESTBED_SRCDIR = @top_srcdir@
OBJDIR =
../../..
SUBDIR =
event/linktest/iperf
OBJDIR =
@top_builddir@
SUBDIR =
$(subst $(TESTBED_SRCDIR)/,,$(SRCDIR))
TARBALL = iperf-2.0.2.tar.gz
...
...
clientside/event/linktest/rude/GNUmakefile.in
View file @
ecb5fdec
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-201
0
University of Utah and the Flux Group.
# Copyright (c) 2000-201
1
University of Utah and the Flux Group.
# All rights reserved.
#
SRCDIR = @srcdir@
TESTBED_SRCDIR = @top_srcdir@
OBJDIR =
../../..
SUBDIR =
event/linktest/rude
OBJDIR =
@top_builddir@
SUBDIR =
$(subst $(TESTBED_SRCDIR)/,,$(SRCDIR))
# be sure to change version in rude-fetch.sh too
VERSION = 0.70
...
...
configure
View file @
ecb5fdec
...
...
@@ -5623,13 +5623,7 @@ else
event/nsetrafgen/nse-makepatch
\
event/delay-agent/GNUmakefile
\
event/stated/waitForState
\
event/stated/GNUmakefile event/stated/stated
\
event/linktest/GNUmakefile
\
event/linktest/iperf/GNUmakefile
\
event/linktest/rude/GNUmakefile
\
event/linktest/weblinktest event/linktest/linktest.proxy
\
event/linktest/linktest_control
\
event/linktest/run_linktest.pl"
;
event/stated/GNUmakefile event/stated/stated"
optional_subdirs
=
"
$optional_subdirs
event"
;
EVENTSYS
=
1
;
...
...
@@ -7231,6 +7225,13 @@ outfiles="$outfiles clientside/GNUmakefile \
clientside/event/proxy/GNUmakefile
\
clientside/event/tevc/GNUmakefile
\
clientside/event/trafgen/GNUmakefile
\
clientside/event/linktest/GNUmakefile
\
clientside/event/linktest/iperf/GNUmakefile
\
clientside/event/linktest/rude/GNUmakefile
\
clientside/event/linktest/weblinktest
\
clientside/event/linktest/linktest.proxy
\
clientside/event/linktest/linktest_control
\
clientside/event/linktest/run_linktest.pl
\
clientside/os/dijkstra/GNUmakefile clientside/os/genhostsfile/GNUmakefile"
#
...
...
configure.in
View file @
ecb5fdec
...
...
@@ -712,13 +712,7 @@ else
event/nsetrafgen/nse-makepatch \
event/delay-agent/GNUmakefile \
event/stated/waitForState \
event/stated/GNUmakefile event/stated/stated \
event/linktest/GNUmakefile \
event/linktest/iperf/GNUmakefile \
event/linktest/rude/GNUmakefile \
event/linktest/weblinktest event/linktest/linktest.proxy \
event/linktest/linktest_control \
event/linktest/run_linktest.pl";
event/stated/GNUmakefile event/stated/stated"
optional_subdirs="$optional_subdirs event";
EVENTSYS=1;
...
...
@@ -1096,6 +1090,13 @@ outfiles="$outfiles clientside/GNUmakefile \
clientside/event/proxy/GNUmakefile \
clientside/event/tevc/GNUmakefile \
clientside/event/trafgen/GNUmakefile \
clientside/event/linktest/GNUmakefile \
clientside/event/linktest/iperf/GNUmakefile \
clientside/event/linktest/rude/GNUmakefile \
clientside/event/linktest/weblinktest \
clientside/event/linktest/linktest.proxy \
clientside/event/linktest/linktest_control \
clientside/event/linktest/run_linktest.pl \
clientside/os/dijkstra/GNUmakefile clientside/os/genhostsfile/GNUmakefile"
#
...
...
event/GNUmakefile.in
View file @
ecb5fdec
...
...
@@ -14,7 +14,7 @@ include $(OBJDIR)/Makeconf
SYSTEM := $(shell uname -s)
SUBDIRS = proxy example
linktest
SUBDIRS = proxy example
ifeq ($(SYSTEM),FreeBSD)
FBSDREL := $(shell uname -r | sed -e 's/\([^-][^-]*\)-.*/\1/')
FBSDMAJ := $(basename $(FBSDREL))
...
...
@@ -42,7 +42,6 @@ ifeq ($(ISMAINSITE),1)
@$(MAKE) -C new_sched install
endif
@$(MAKE) -C stated install
@$(MAKE) -C linktest install
@$(MAKE) -C proxy install
client: client-subdirs
...
...
@@ -53,7 +52,6 @@ control-install:
ifeq ($(ISMAINSITE),1)
@$(MAKE) -C new_sched control-install
endif
@$(MAKE) -C linktest control-install
@$(MAKE) -C proxy control-install
post-install:
...
...
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