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
662b7943
Commit
662b7943
authored
Jul 09, 2009
by
Gary Wong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Omit the protogeni schemacheck on a boss-install-force.
parent
f852557b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
4 deletions
+11
-4
GNUmakefile.in
GNUmakefile.in
+5
-1
protogeni/GNUmakefile.in
protogeni/GNUmakefile.in
+4
-1
protogeni/lib/GNUmakefile.in
protogeni/lib/GNUmakefile.in
+2
-2
No files found.
GNUmakefile.in
View file @
662b7943
...
...
@@ -51,7 +51,8 @@ install:
# For installation on boss node
#
boss-install: install-schemacheck install-sitevarscheck install-dbfillcheck \
install-subdirs install-mkdirs install-setbuildinfo
install-genischemacheck install-subdirs install-mkdirs \
install-setbuildinfo
@echo "Boss node installed!"
#
...
...
@@ -306,6 +307,9 @@ install-setbuildinfo:
@echo "Setting the Build and Version info"
$(SETBUILDINFO)
install-genischemacheck:
@$(MAKE) -C protogeni install-genischemacheck
# We use separate src and obj trees in Emulab, so the traditional distclean to
# clean "made" files from a mingled source-and-obj tree is unnecessary.
# However, this may be useful if you mistakenly configure and make a src tree.
...
...
protogeni/GNUmakefile.in
View file @
662b7943
...
...
@@ -11,7 +11,7 @@ SUBDIR = protogeni
include $(OBJDIR)/Makeconf
SUBDIRS = security xmlrpc lib scripts etc
SUBDIRS = security xmlrpc lib scripts etc
all: all-subdirs
...
...
@@ -24,6 +24,9 @@ install:
@$(MAKE) -C scripts install
@$(MAKE) -C etc install
install-genischemacheck:
@$(MAKE) -C lib install-genischemacheck
control-install:
# Clearinghouse install.
...
...
protogeni/lib/GNUmakefile.in
View file @
662b7943
...
...
@@ -32,7 +32,7 @@ all: $(LIB_SCRIPTS) $(SBIN_SCRIPTS) $(SCRIPTS)
include $(TESTBED_SRCDIR)/GNUmakerules
install:
install-schemacheck
$(addprefix $(INSTALL_LIBDIR)/, $(LIB_SCRIPTS)) \
install: $(addprefix $(INSTALL_LIBDIR)/, $(LIB_SCRIPTS)) \
$(addprefix $(INSTALL_SBINDIR)/, $(SBIN_SCRIPTS)) \
$(addprefix $(INSTALL_DIR)/opsdir/lib/, $(OPS_LIBS))
...
...
@@ -45,7 +45,7 @@ SCHEMACHECK= cd $(OBJDIR)/protogeni/lib && perl genischemacheck.pl
else
SCHEMACHECK= @echo "Skipping schema check, since prefix isn't /usr/testbed"
endif
install-schemacheck: genischemacheck.pl
install-
geni
schemacheck: genischemacheck.pl
@echo "Checking DB schema..."
$(SCHEMACHECK)
...
...
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