Skip to content
Snippets Groups Projects
Commit 3f1344ff authored by Peter Bortas's avatar Peter Bortas
Browse files

Install propagate_variables. Step 2 in trying to get external modules to compile again.

Rev: bin/install.pike:1.178
parent 1c4b7cdd
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Pike installer and exporter. // Pike installer and exporter.
// //
// $Id: install.pike,v 1.177 2007/07/29 16:11:47 peter Exp $ // $Id: install.pike,v 1.178 2007/07/29 19:48:27 peter Exp $
#define USE_GTK #define USE_GTK
...@@ -2698,6 +2698,10 @@ the PRIVATE_CRT stuff in install.pike.\n"); ...@@ -2698,6 +2698,10 @@ the PRIVATE_CRT stuff in install.pike.\n");
"modules/dynamic_module_makefile"), "modules/dynamic_module_makefile"),
combine_path(include_prefix, combine_path(include_prefix,
"modules/dynamic_module_makefile")); "modules/dynamic_module_makefile"));
low_install_file(combine_path(vars->TMP_BUILDDIR,
"propagated_variables"),
combine_path(include_prefix,
"propagated_variables"));
low_install_file(combine_path(vars->SRCDIR,"install-welcome"), low_install_file(combine_path(vars->SRCDIR,"install-welcome"),
combine_path(prefix, "build/install-welcome")); combine_path(prefix, "build/install-welcome"));
low_install_file(combine_path(vars->SRCDIR,"dumpmaster.pike"), low_install_file(combine_path(vars->SRCDIR,"dumpmaster.pike"),
...@@ -2771,6 +2775,11 @@ the PRIVATE_CRT stuff in install.pike.\n"); ...@@ -2771,6 +2775,11 @@ the PRIVATE_CRT stuff in install.pike.\n");
combine_path(include_prefix, combine_path(include_prefix,
"modules/dynamic_module_makefile"), "modules/dynamic_module_makefile"),
include_prefix); include_prefix);
fix_smartlink(combine_path(vars->TMP_BUILDDIR,
"propagated_variables"),
combine_path(include_prefix,
"propagated_variables"),
include_prefix);
fix_smartlink(combine_path(vars->TMP_BUILDDIR,"specs"), fix_smartlink(combine_path(vars->TMP_BUILDDIR,"specs"),
combine_path(include_prefix,"specs"), include_prefix); combine_path(include_prefix,"specs"), include_prefix);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment