added a little comment in Makefile so people know how to run it.
This commit is contained in:
parent
3d44366025
commit
6dbc1dc170
1 changed files with 7 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue