diff --git a/.how_to_build_from_scratch b/.how_to_build_from_scratch index a8fc5207e6a596b030ffb03a3f24a0b777ca0320..48972cba1168e1f68402a8dfb6bb431a843ed732 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,