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
98e2a2d6
Commit
98e2a2d6
authored
Jul 13, 2011
by
Leigh B Stoller
Browse files
Checkpoint.
parent
bce3edb6
Changes
24
Hide whitespace changes
Inline
Side-by-side
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
Prev
1
2
Next
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