From 6dbc1dc170ca9166bee372d5053da464fad5e031 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Wed, 9 Jan 2002 19:55:07 +0000 Subject: [PATCH] added a little comment in Makefile so people know how to run it. --- util/mkelfImage/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/util/mkelfImage/Makefile b/util/mkelfImage/Makefile index 94052a91b7..1892398630 100644 --- a/util/mkelfImage/Makefile +++ b/util/mkelfImage/Makefile @@ -1,4 +1,10 @@ -PREFIX=/opt/lnxi +# To run this: +# Put the name of a directory in PREFIX where you want to run this stuff. +# make sure that this name is OUTSIDE THE LINUXBIOS TREE +# that way it survives across cvs updates. +# Then do a 'make install' +# the result will be a directory tree that you can run mkelfImage in +PREFIX=/users/rminnich/src/bios/mkelf PERLPATH=/usr/bin/perl VERSION="1.9" DATE="7 January 2002"