From 0f0a1d8955aea56792e9322cfd75f865ec8d8291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Thu, 27 Jan 2000 15:04:21 -0800 Subject: [PATCH] updated Rev: .how_to_build_from_scratch:1.5 --- .how_to_build_from_scratch | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.how_to_build_from_scratch b/.how_to_build_from_scratch index a8fc5207e6..48972cba11 100644 --- a/.how_to_build_from_scratch +++ b/.how_to_build_from_scratch @@ -21,21 +21,12 @@ Pike development environment you must do the following steps: This updates all the Makefile.in files in the source dir to contain the correct dependencies -5) run configure again - This updates your Makefiles to include the dependencies. - The config.cache file will make this a lot faster. +5) If needed, modify your Makefile + (Normally never needed) -6) If needed, modify your Makefile - -7) 'make' +6) 'make' This builds pike. -8) 'make new_peep_engine' - This creates the peephole optimizer - -9) 'make' - This builds a new pike with the peephole optimizer - After doing this, DO NOT, commit the generated files. They are placed in .cvsignore files so you shouldn't have to bother with them. Doing 'make export' will create a tar file with all the needed files, -- GitLab