Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
707de04f
Commit
707de04f
authored
Jul 26, 2011
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor tweaks.
parent
914928ad
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
7 deletions
+21
-7
clientside/GNUmakefile.in
clientside/GNUmakefile.in
+11
-3
clientside/configure
clientside/configure
+5
-0
clientside/configure.in
clientside/configure.in
+4
-0
tmcd/GNUmakefile.in
tmcd/GNUmakefile.in
+1
-4
No files found.
clientside/GNUmakefile.in
View file @
707de04f
...
...
@@ -27,11 +27,15 @@ all: all-subdirs
install:all boss-install-subdirs
else
all: client-subdirs
install:
@echo "Choose an appropriate install target, and make sure you "
@echo "you are on a node of that type. Basically, do not do a "
@echo "client-install on boss, cause you will be hating life!"
endif
include $(TESTBED_SRCDIR)/GNUmakerules
client: client-subdirs
client-install: client client-install-subdirs
client-install: client
client-mkdirs
client-install-subdirs
control-install: control-install-subdirs
subboss: subboss-subdirs
subboss-install: client subboss-install-subdirs
...
...
@@ -39,9 +43,13 @@ post-install: post-install-subdirs
clean: clean-subdirs
distclean: distclean-subdirs
mfs: mfs-subdirs
mfs-install: mfs-install-subdirs
mfs-install:
client-mkdirs
mfs-install-subdirs
frisbee-mfs: frisbee-mfs-subdirs
frisbee-mfs-install: frisbee-mfs-install-subdirs
frisbee-mfs-install: client-mkdirs frisbee-mfs-install-subdirs
client-mkdirs:
-mkdir -p $(DESTDIR)$(CLIENT_BINDIR)
-mkdir -p $(DESTDIR)$(CLIENT_MANDIR)
# How to recursively descend into subdirectories to make general
# targets such as `all'.
...
...
clientside/configure
View file @
707de04f
...
...
@@ -708,6 +708,7 @@ RPM
ELVIN_CONFIG
PATH
WITH_EMULAB
TPM
ELVIN_COMPAT
EVENTSYS
CLIENT_ETCDIR
...
...
@@ -4133,6 +4134,10 @@ fi
WITH_EMULAB
=
0
# TPM stuff. See option below.
TPM
=
0
#
# Elvin compat option, which we still need. Always turn on event system.
#
...
...
clientside/configure.in
View file @
707de04f
...
...
@@ -59,6 +59,10 @@ AC_SUBST(PATH)
WITH_EMULAB=0
AC_SUBST(WITH_EMULAB)
# TPM stuff. See option below.
TPM=0
AC_SUBST(TPM)
#
# Elvin compat option, which we still need. Always turn on event system.
#
...
...
tmcd/GNUmakefile.in
View file @
707de04f
...
...
@@ -116,8 +116,5 @@ ${OBJDIR}/lib/libtb/%:
${OBJDIR}/lib/tmcd/%:
cd ${OBJDIR}/lib/tmcd && gmake $<
clean:
subdir-clean
clean:
rm -f *.o core tmcd *-debug version.c
subdir-clean:
@$(MAKE) -C $(MDSUBDIR) clean
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