Skip to content
GitLab
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
8cd12669
Commit
8cd12669
authored
Jun 11, 2010
by
Leigh B Stoller
Browse files
Make sure apache and rc.d dirs get built.
Add target to build elabinelab tarball using git archive.
parent
c16ced23
Changes
1
Hide whitespace changes
Inline
Side-by-side
GNUmakefile.in
View file @
8cd12669
...
...
@@ -30,7 +30,7 @@ include Makeconf
# Then things that depend on stuff we just did:
#
ifeq ($(STANDALONE_CLEARINGHOUSE),0)
SUBDIRS = lib db assign www @optional_subdirs@ ipod security sensors \
SUBDIRS = lib
apache
db assign www @optional_subdirs@ ipod security sensors \
pxe tbsetup account tmcd utils backend tip capture ipod vis \
sensors os xmlrpc install/newnode_sshkeys mote tools/whol \
tools/svn wiki bugdb collab protogeni node_usage install
...
...
@@ -41,7 +41,7 @@ else
SUBDIRS = db tbsetup account protogeni
endif
all: all-subdirs
all: all-subdirs
just-builddirs
#
# We used to statically link our event agents. We no longer do this, but
...
...
@@ -176,6 +176,10 @@ ifeq ($(STANDALONE_CLEARINGHOUSE),0)
-ln -s /usr/testbed/bin/nse $(INSTALL_TOPDIR)/bin
endif
just-builddirs:
@$(MAKE) -C rc.d all
@$(MAKE) -C apache all
tipserv-install:
-mkdir -p $(INSTALL_TOPDIR)/log/tiplogs
-mkdir -p $(INSTALL_TOPDIR)/etc
...
...
@@ -425,6 +429,11 @@ elabinelab:
rm -f $(INSTALL_TOPDIR)/src/emulab-src.tar.gz
tar czf $(INSTALL_TOPDIR)/src/emulab-src.tar.gz -C $(SRCDIR) --exclude=.git .
elabinelab-git:
-mkdir -p $(INSTALL_TOPDIR)/src
rm -f $(INSTALL_TOPDIR)/src/emulab-src.tar.gz
git archive --prefix=testbed/ | gzip -c > $(INSTALL_TOPDIR)/src/emulab-src.tar.gz
# How to recursively descend into subdirectories to make general
# targets such as `all'.
%.MAKE:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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