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
781299ea
Commit
781299ea
authored
Aug 09, 2011
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup and repair control-install target.
parent
76d7f149
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
7 deletions
+10
-7
GNUmakefile.in
GNUmakefile.in
+1
-4
clientside/event/delay-agent/GNUmakefile.in
clientside/event/delay-agent/GNUmakefile.in
+1
-0
clientside/event/link-agent/GNUmakefile.in
clientside/event/link-agent/GNUmakefile.in
+1
-0
clientside/event/trafgen/GNUmakefile.in
clientside/event/trafgen/GNUmakefile.in
+1
-0
clientside/lib/tmcd/GNUmakefile.in
clientside/lib/tmcd/GNUmakefile.in
+1
-1
clientside/os/dijkstra/GNUmakefile.in
clientside/os/dijkstra/GNUmakefile.in
+1
-0
clientside/os/genhostsfile/GNUmakefile.in
clientside/os/genhostsfile/GNUmakefile.in
+1
-1
clientside/os/syncd/GNUmakefile.in
clientside/os/syncd/GNUmakefile.in
+2
-0
clientside/tools/pcapper/GNUmakefile.in
clientside/tools/pcapper/GNUmakefile.in
+1
-0
event/GNUmakefile.in
event/GNUmakefile.in
+0
-1
No files found.
GNUmakefile.in
View file @
781299ea
...
...
@@ -128,16 +128,13 @@ ops-install:
@$(MAKE) -C tbsetup control-install
@$(MAKE) -C security control-install
@$(MAKE) -C tip control-install
# @$(MAKE) -C os control-install
@$(MAKE) -C db control-install
@$(MAKE) -C tbsetup control-install
@$(MAKE) -C utils control-install
@$(MAKE) -C clientside control-install
ifeq ($(EVENTSYS),1)
@$(MAKE) -C event control-install
endif
@$(MAKE) -C sensors control-install
@$(MAKE) -C xmlrpc control-install
@$(MAKE) -C tmcd control-install
@$(MAKE) -C account control-install
ifeq ($(PELABSUPPORT),1)
@$(MAKE) -C pelab control-install
...
...
clientside/event/delay-agent/GNUmakefile.in
View file @
781299ea
...
...
@@ -34,6 +34,7 @@ $(OBJS): main.h $(TESTBED_LIBOBJDIR)/event/libevent.a
install:
boss-install:
control-install:
client: delay-agent
client-install: client
...
...
clientside/event/link-agent/GNUmakefile.in
View file @
781299ea
...
...
@@ -54,6 +54,7 @@ $(PROGRAMS): ${TESTBED_LIBOBJDIR}/event/libevent.a \
${TESTBED_LIBSRCDIR}/event/event.h
boss-install:
control-install:
client: $(PROGRAMS)
client-install: client
...
...
clientside/event/trafgen/GNUmakefile.in
View file @
781299ea
...
...
@@ -112,6 +112,7 @@ $(PROGRAMS): ${TESTBED_LIBOBJDIR}/event/libevent.a \
install:
boss-install:
control-install:
client: $(PROGRAMS)
client-install: client
...
...
clientside/lib/tmcd/GNUmakefile.in
View file @
781299ea
...
...
@@ -50,7 +50,7 @@ install: all
client: all
client-install:
boss-install:
control-install:
control-install:
all
subboss-install:
client-install:
mfs:
...
...
clientside/os/dijkstra/GNUmakefile.in
View file @
781299ea
...
...
@@ -30,6 +30,7 @@ dijkstra-debug: Compressor.o TreeCompressor.o dijkstra.o \
OptimalIpTree.o bitmath.o $(LIBS) -o $@
boss-install:
control-install:
client: all
client-install: client
$(INSTALL_PROGRAM) dijkstra$(EXE) $(DESTDIR)$(CLIENT_BINDIR)/dijkstra$(EXE)
...
...
clientside/os/genhostsfile/GNUmakefile.in
View file @
781299ea
...
...
@@ -23,7 +23,7 @@ genhostsfile-debug: genhostsfile.o
wgraph.o: wgraph.cc wgraph.h
boss-install: $(INSTALL_LIBEXECDIR)/genhostsfile
control-install:
client: genhostsfile
client-install: client
$(INSTALL_PROGRAM) genhostsfile$(EXE) $(DESTDIR)$(CLIENT_BINDIR)/genhostsfile$(EXE)
...
...
clientside/os/syncd/GNUmakefile.in
View file @
781299ea
...
...
@@ -37,6 +37,8 @@ boss-install:
$(INSTALL) -m 644 $(SRCDIR)/emulab-sync.1 \
$(INSTALL_DIR)/opsdir/man/man1/emulab-sync.1
control-install:
client: all
client-install: client
$(INSTALL_PROGRAM) emulab-syncd$(EXE) $(DESTDIR)$(CLIENT_BINDIR)/emulab-syncd$(EXE)
...
...
clientside/tools/pcapper/GNUmakefile.in
View file @
781299ea
...
...
@@ -115,6 +115,7 @@ pcapper-noevents.o: pcapper.c
client: pcapper
boss-install:
control-install:
client-install: client
$(INSTALL_PROGRAM) -s pcapper $(DESTDIR)$(CLIENT_BINDIR)/pcapper
event/GNUmakefile.in
View file @
781299ea
...
...
@@ -50,7 +50,6 @@ endif
@$(MAKE) -C proxy control-install
post-install:
@$(MAKE) -C linktest post-install
clean: clean-subdirs
distclean: distclean-subdirs
...
...
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