tools/export.sh: If MAKE not defined use 'which make'. Update README from last change.

This commit is contained in:
Gregory Nutt
2016-05-06 04:49:25 -06:00
parent 443bf7fc93
commit 78b10bdf0e
2 changed files with 13 additions and 1 deletions
+6
View File
@@ -135,6 +135,12 @@ mkexport.sh and Makefile.export
Makefile.export is used only by the mkexport.sh script to parse out
options from the top-level Make.defs file.
USAGE: tools/mkexport.sh [-d] [-z] [-u] [-w|wy|wn] -t <top-dir> [-x <lib-ext>] -l "lib1 [lib2 [lib3 ...]]"
Thais script also depends on the environment variable MAKE which is set
in the top-level Makefile before starting mkexport.sh. If MAKE is not
defined, the script will set it to `which make`.
mkfsdata.pl
-----------