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
f6538c5f
Commit
f6538c5f
authored
Feb 03, 2016
by
Leigh B Stoller
Browse files
Remove the "current" branch restriction; someone else can figure this out,
I'm way to frustrated at this point. Back to using master ...
parent
e4b4795b
Changes
2
Hide whitespace changes
Inline
Side-by-side
GNUmakefile.in
View file @
f6538c5f
...
...
@@ -85,7 +85,7 @@ endif
#
# For installation on boss node
#
boss-install: install-checks
install-branchcheck
\
boss-install: install-checks \
install-subdirs install-mkdirs \
install-setbuildinfo
@echo "Boss node installed!"
...
...
@@ -95,19 +95,19 @@ boss-install-force: install-subdirs install-mkdirs install-setbuildinfo
@echo "Boss node installed!"
# Skip only the schema checks, but do the other checks.
boss-install-noschemacheck: install-updatecheck
install-branchcheck
\
boss-install-noschemacheck: install-updatecheck \
install-sitevarscheck install-dbfillcheck \
install-genischemacheck install-subdirs install-mkdirs \
install-setbuildinfo
# Skip the update check.
boss-install-noupdatecheck: install-schemacheck
install-branchcheck
\
boss-install-noupdatecheck: install-schemacheck \
install-sitevarscheck install-dbfillcheck \
install-genischemacheck install-subdirs install-mkdirs \
install-setbuildinfo
# Only the checks:
install-checks:
install-branchcheck
\
install-checks: \
install-updatecheck \
install-schemacheck \
install-sitevarscheck \
...
...
GNUmakerules
View file @
f6538c5f
...
...
@@ -109,7 +109,7 @@ default-clean:
rm -f GNUmakefile
# This is to avoid warnings about duplicate targets.
default-install:
default-install
-notusing
:
ifeq ($(ISMAINSITE),1)
ifeq ($(TBROOT),/usr/testbed/devel/stoller)
(cd $(SRCDIR) ; \
...
...
@@ -121,7 +121,7 @@ else
/usr/bin/true
endif
install: default-install
#
install: default-install
#
# Where to find source files.
...
...
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