equal
deleted
inserted
replaced
1 # |
1 # |
2 # Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 # |
4 # |
5 # This code is free software; you can redistribute it and/or modify it |
5 # This code is free software; you can redistribute it and/or modify it |
6 # under the terms of the GNU General Public License version 2 only, as |
6 # under the terms of the GNU General Public License version 2 only, as |
7 # published by the Free Software Foundation. Oracle designates this |
7 # published by the Free Software Foundation. Oracle designates this |
275 ifneq ($(CONFIGURE_COMMAND_LINE), ) |
275 ifneq ($(CONFIGURE_COMMAND_LINE), ) |
276 $(ECHO) "Re-running configure using arguments '$(CONFIGURE_COMMAND_LINE)'" |
276 $(ECHO) "Re-running configure using arguments '$(CONFIGURE_COMMAND_LINE)'" |
277 else |
277 else |
278 $(ECHO) "Re-running configure using default settings" |
278 $(ECHO) "Re-running configure using default settings" |
279 endif |
279 endif |
280 ( cd $(OUTPUTDIR) && PATH="$(ORIGINAL_PATH)" \ |
280 ( cd $(OUTPUTDIR) && PATH="$(ORIGINAL_PATH)" AUTOCONF="$(AUTOCONF)" \ |
281 CUSTOM_ROOT="$(CUSTOM_ROOT)" \ |
281 CUSTOM_ROOT="$(CUSTOM_ROOT)" \ |
282 CUSTOM_CONFIG_DIR="$(CUSTOM_CONFIG_DIR)" \ |
282 CUSTOM_CONFIG_DIR="$(CUSTOM_CONFIG_DIR)" \ |
283 $(BASH) $(TOPDIR)/configure $(CONFIGURE_COMMAND_LINE) ) |
283 $(BASH) $(TOPDIR)/configure $(CONFIGURE_COMMAND_LINE) ) |
284 |
284 |
285 ############################################################################## |
285 ############################################################################## |