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
a5590119
Commit
a5590119
authored
Jan 26, 2012
by
Leigh B Stoller
Browse files
Add separate target to build the ops apache config by itself.
parent
e9d153cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
apache/GNUmakefile.in
View file @
a5590119
...
...
@@ -22,7 +22,8 @@ endif
include $(OBJDIR)/Makeconf
CONFIG_FILES = httpd.conf httpd.conf-ops php.ini
OPS_FILES = httpd.conf-ops php.ini
CONFIG_FILES = httpd.conf $(OPS_FILES)
#
# Move to Apache 22 ...
...
...
@@ -42,6 +43,8 @@ INSTALL_PHP_CONFIG = /usr/local/etc
#
all: $(CONFIG_FILES)
control-build: $(OPS_FILES)
include $(TESTBED_SRCDIR)/GNUmakerules
#
...
...
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