From 98fab234268228b8a0a44a0846aa908286cdc59f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Wed, 9 Oct 1996 15:20:09 +0200
Subject: [PATCH] more steps added

Rev: .how_to_build_from_scratch:1.4
---
 .how_to_build_from_scratch | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.how_to_build_from_scratch b/.how_to_build_from_scratch
index a30c4e4073..a8fc5207e6 100644
--- a/.how_to_build_from_scratch
+++ b/.how_to_build_from_scratch
@@ -30,6 +30,12 @@ Pike development environment you must do the following steps:
 7) '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