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
98e2a2d6
Commit
98e2a2d6
authored
Jul 13, 2011
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Checkpoint.
parent
bce3edb6
Changes
24
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
67 additions
and
5 deletions
+67
-5
GNUmakefile.in
GNUmakefile.in
+9
-0
clientside/GNUmakefile.in
clientside/GNUmakefile.in
+4
-0
clientside/event/GNUmakefile.in
clientside/event/GNUmakefile.in
+4
-0
clientside/os/GNUmakefile.in
clientside/os/GNUmakefile.in
+4
-0
clientside/sensors/GNUmakefile.in
clientside/sensors/GNUmakefile.in
+38
-0
clientside/sensors/slothd/GNUmakefile.in
clientside/sensors/slothd/GNUmakefile.in
+0
-0
clientside/sensors/slothd/clean_tables
clientside/sensors/slothd/clean_tables
+0
-0
clientside/sensors/slothd/digest-slothd
clientside/sensors/slothd/digest-slothd
+0
-0
clientside/sensors/slothd/iddata_clean
clientside/sensors/slothd/iddata_clean
+0
-0
clientside/sensors/slothd/idlemon.c
clientside/sensors/slothd/idlemon.c
+0
-0
clientside/sensors/slothd/idlemon.vbs
clientside/sensors/slothd/idlemon.vbs
+0
-0
clientside/sensors/slothd/idloadup.pl
clientside/sensors/slothd/idloadup.pl
+0
-0
clientside/sensors/slothd/sdcollectd.c
clientside/sensors/slothd/sdcollectd.c
+0
-0
clientside/sensors/slothd/sdcollectd.h
clientside/sensors/slothd/sdcollectd.h
+0
-0
clientside/sensors/slothd/sddeploy.in
clientside/sensors/slothd/sddeploy.in
+0
-0
clientside/sensors/slothd/sdhalt.pl
clientside/sensors/slothd/sdhalt.pl
+0
-0
clientside/sensors/slothd/sdisrunning.in
clientside/sensors/slothd/sdisrunning.in
+0
-0
clientside/sensors/slothd/slothd.c
clientside/sensors/slothd/slothd.c
+0
-0
clientside/sensors/slothd/slothd.h
clientside/sensors/slothd/slothd.h
+0
-0
clientside/sensors/slothd/tabledefs
clientside/sensors/slothd/tabledefs
+0
-0
clientside/sensors/slothd/utmptest.c
clientside/sensors/slothd/utmptest.c
+0
-0
clientside/sensors/slothd/webfeedback.in
clientside/sensors/slothd/webfeedback.in
+0
-0
clientside/tools/GNUmakefile.in
clientside/tools/GNUmakefile.in
+4
-0
sensors/GNUmakefile.in
sensors/GNUmakefile.in
+4
-5
No files found.
GNUmakefile.in
View file @
98e2a2d6
...
...
@@ -281,41 +281,49 @@ mfs: mfsoscheck
@$(MAKE) -C os mfs
@$(MAKE) -C sensors mfs
@$(MAKE) -C tmcd mfs
@$(MAKE) -C clientside mfs
mfs-nostatic: mfsoscheck
@NOSTATIC=1 $(MAKE) -C os mfs
@NOSTATIC=1 $(MAKE) -C sensors mfs
@NOSTATIC=1 $(MAKE) -C tmcd mfs
@NOSTATIC=1 $(MAKE) -C clientside mfs
mfs-install: destdircheck mfs client-mkdirs
@$(MAKE) -C os mfs-install
@$(MAKE) -C sensors mfs-install
@$(MAKE) -C tmcd mfs-install
@$(MAKE) -C clientside mfs-install
mfs-nostatic-install: destdircheck mfs-nostatic client-mkdirs
@$(MAKE) -C os mfs-install
@$(MAKE) -C sensors mfs-install
@$(MAKE) -C tmcd mfs-install
@$(MAKE) -C clientside mfs-install
frisbee-mfs: mfsoscheck
@$(MAKE) -C cdrom/groklilo client
@$(MAKE) -C os frisbee-mfs
@$(MAKE) -C tmcd frisbee-mfs
@$(MAKE) -C clientside frisbee-mfs
frisbee-mfs-nostatic: mfsoscheck
@NOSTATIC=1 $(MAKE) -C cdrom/groklilo client
@NOSTATIC=1 $(MAKE) -C os frisbee-mfs
@NOSTATIC=1 $(MAKE) -C tmcd frisbee-mfs
@NOSTATIC=1 $(MAKE) -C clientside frisbee-mfs
frisbee-mfs-install: destdircheck frisbee-mfs
@CLIENT_BINDIR=/etc/testbed $(MAKE) -e -C cdrom/groklilo client-install
@$(MAKE) -C os frisbee-mfs-install
@$(MAKE) -C tmcd frisbee-mfs-install
@$(MAKE) -C clientside frisbee-mfs-install
frisbee-mfs-nostatic-install: destdircheck frisbee-mfs-nostatic
@CLIENT_BINDIR=/etc/testbed $(MAKE) -e -C cdrom/groklilo client-install
@$(MAKE) -C os frisbee-mfs-install
@$(MAKE) -C tmcd frisbee-mfs-install
@$(MAKE) -C clientside frisbee-mfs-install
cdboot: mfsoscheck client
@echo "CD/Dongle files built"
...
...
@@ -331,6 +339,7 @@ flashboot-install: destdircheck flashboot
@$(MAKE) -C tmcd/freebsd6 cdboot-install
@$(MAKE) -C os frisbee-mfs-install
@$(MAKE) -C flash client-install
@$(MAKE) -C clientside frisbee-mfs-install
#
# A check to see if this is a 'real' install. Kinda hacky, but as far as I can
...
...
clientside/GNUmakefile.in
View file @
98e2a2d6
...
...
@@ -37,6 +37,10 @@ subboss-install: client subboss-install-subdirs
post-install: post-install-subdirs
clean: clean-subdirs
distclean: distclean-subdirs
mfs: mfs-subdirs
mfs-install: mfs-install-subdirs
frisbee-mfs: frisbee-mfs-subdirs
frisbee-mfs-install: frisbee-mfs-install-subdirs
# How to recursively descend into subdirectories to make general
# targets such as `all'.
...
...
clientside/event/GNUmakefile.in
View file @
98e2a2d6
...
...
@@ -24,6 +24,10 @@ subboss-install:
post-install: post-install-subdirs
clean: clean-subdirs
distclean: distclean-subdirs
mfs:
mfs-install:
frisbee-mfs:
frisbee-mfs-install:
# How to recursively descend into subdirectories to make general
# targets such as `all'.
...
...
clientside/os/GNUmakefile.in
View file @
98e2a2d6
...
...
@@ -52,6 +52,10 @@ remote-install:
clean: clean-subdirs
distclean: subdir-distclean
mfs:
mfs-install:
frisbee-mfs:
frisbee-mfs-install:
subdir-distclean:
@$(MAKE) -C imagezip distclean
...
...
clientside/sensors/GNUmakefile.in
0 → 100644
View file @
98e2a2d6
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2011 University of Utah and the Flux Group.
# All rights reserved.
#
SRCDIR = @srcdir@
TESTBED_SRCDIR = @top_srcdir@
OBJDIR = @top_builddir@
SUBDIR = $(subst $(TESTBED_SRCDIR)/,,$(SRCDIR))
include $(OBJDIR)/Makeconf
SUBDIRS = slothd
all: all-subdirs
include $(TESTBED_SRCDIR)/GNUmakerules
client: client-subdirs
client-install: client client-install-subdirs
control-install: control-install-subdirs
subboss:
subboss-install:
post-install: post-install-subdirs
clean: clean-subdirs
distclean: distclean-subdirs
mfs:
mfs-install:
frisbee-mfs:
frisbee-mfs-install:
# How to recursively descend into subdirectories to make general
# targets such as `all'.
%.MAKE:
@$(MAKE) -C $(dir $@) $(basename $(notdir $@))
%-subdirs: $(addsuffix /%.MAKE,$(SUBDIRS)) ;
.PHONY: $(SUBDIRS)
sensors/slothd/GNUmakefile.in
→
clientside/
sensors/slothd/GNUmakefile.in
View file @
98e2a2d6
File moved
sensors/slothd/clean_tables
→
clientside/
sensors/slothd/clean_tables
View file @
98e2a2d6
File moved
sensors/slothd/digest-slothd
→
clientside/
sensors/slothd/digest-slothd
View file @
98e2a2d6
File moved
sensors/slothd/iddata_clean
→
clientside/
sensors/slothd/iddata_clean
View file @
98e2a2d6
File moved
sensors/slothd/idlemon.c
→
clientside/
sensors/slothd/idlemon.c
View file @
98e2a2d6
File moved
sensors/slothd/idlemon.vbs
→
clientside/
sensors/slothd/idlemon.vbs
View file @
98e2a2d6
File moved
sensors/slothd/idloadup.pl
→
clientside/
sensors/slothd/idloadup.pl
View file @
98e2a2d6
File moved
sensors/slothd/sdcollectd.c
→
clientside/
sensors/slothd/sdcollectd.c
View file @
98e2a2d6
File moved
sensors/slothd/sdcollectd.h
→
clientside/
sensors/slothd/sdcollectd.h
View file @
98e2a2d6
File moved
sensors/slothd/sddeploy.in
→
clientside/
sensors/slothd/sddeploy.in
View file @
98e2a2d6
File moved
sensors/slothd/sdhalt.pl
→
clientside/
sensors/slothd/sdhalt.pl
View file @
98e2a2d6
File moved
sensors/slothd/sdisrunning.in
→
clientside/
sensors/slothd/sdisrunning.in
View file @
98e2a2d6
File moved
sensors/slothd/slothd.c
→
clientside/
sensors/slothd/slothd.c
View file @
98e2a2d6
File moved
sensors/slothd/slothd.h
→
clientside/
sensors/slothd/slothd.h
View file @
98e2a2d6
File moved
sensors/slothd/tabledefs
→
clientside/
sensors/slothd/tabledefs
View file @
98e2a2d6
File moved
sensors/slothd/utmptest.c
→
clientside/
sensors/slothd/utmptest.c
View file @
98e2a2d6
File moved
sensors/slothd/webfeedback.in
→
clientside/
sensors/slothd/webfeedback.in
View file @
98e2a2d6
File moved
clientside/tools/GNUmakefile.in
View file @
98e2a2d6
...
...
@@ -24,6 +24,10 @@ subboss-install:
post-install: post-install-subdirs
clean: clean-subdirs
distclean: distclean-subdirs
mfs:
mfs-install:
frisbee-mfs:
frisbee-mfs-install:
# How to recursively descend into subdirectories to make general
# targets such as `all'.
...
...
sensors/GNUmakefile.in
View file @
98e2a2d6
#
# EMULAB-COPYRIGHT
# Copyright (c) 2002-20
09
University of Utah and the Flux Group.
# Copyright (c) 2002-20
11
University of Utah and the Flux Group.
# All rights reserved.
#
SRCDIR = @srcdir@
...
...
@@ -12,7 +12,7 @@ ISMAINSITE = @TBMAINSITE@
include $(OBJDIR)/Makeconf
SUBDIRS =
slothd
powermon
SUBDIRS = powermon
ifeq ($(ISMAINSITE),1)
SUBDIRS += nfstrace
endif
...
...
@@ -87,8 +87,7 @@ $(SUBDIRS): %: %.all
fs-install:
@$(MAKE) -C nfstrace fs-install
mfs: slothd.client
mfs-install: mfs slothd.client-install
mfs:
mfs-install:
.PHONY: mfs mfs-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