In apache_install_conf, recursively call make by sending in the

$(OPTIONS) rather than passing down OPTIONS="$(OPTIONS)".
This commit is contained in:
Joshua Marantz
2016-08-30 15:38:39 -04:00
parent fc35237330
commit 4ae804df08
+2 -2
View File
@@ -367,8 +367,8 @@ test :
# Now hook in the full integration test suite. It needs to be run as root.
apache_install_conf :
$(MAKE) staging_except_module OPTIONS="$(OPTIONS)"
$(MAKE) install_except_module OPTIONS="$(OPTIONS)"
$(MAKE) staging_except_module $(OPTIONS)
$(MAKE) install_except_module $(OPTIONS)
# Sets up a machine to run as a server for running mod_pagespeed tests.
# The tests include the fetching and proxying of a variety of content,