summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorAlain Magloire <alainm@rcsm.ee.mcgill.ca>2000-02-02 04:51:51 +0000
committerAlain Magloire <alainm@rcsm.ee.mcgill.ca>2000-02-02 04:51:51 +0000
commit6d8ad65bdc42422e0d2679ba4269da2fd71ac955 (patch)
treeb6a10c6db6382b11c56c6bcc2aef48cab3367139 /bootstrap
parent1f8df8ecb6862661a4749d1b0500220b888c1450 (diff)
downloadgrep-6d8ad65bdc42422e0d2679ba4269da2fd71ac955.tar.gz
README
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/README9
1 files changed, 3 insertions, 6 deletions
diff --git a/bootstrap/README b/bootstrap/README
index 2794339a..cd7f402c 100644
--- a/bootstrap/README
+++ b/bootstrap/README
@@ -1,11 +1,8 @@
#
If your system is lacking the necessary tools to build the configuration,
-Makefile.try is provided for bootstraping. Copy all the source and header
-files from grep-${version}/src directory, move Makefile.try to Makefile,
-edit the Makefile and type make. Good luck !
+Makefile.try is provided for bootstraping. Move Makefile.try to
+../src/Makefile, edit the Makefile and type make. Good luck !
-cp ../src/*.c .
-cp ../src/*.h .
-cp Makefile.try Makefile
+cp Makefile.try ../src/Makefile
make