aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2007-06-27 03:02:49 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2007-06-27 03:02:49 +0000
commit7b29226287e840f613b34d08c7f29977de5d9223 (patch)
treec3c0fc60e56a19ac415b657cdbf34cee02a8dc3d /INSTALL
parentbb8dea7147557040d73abb986bc5dd63ddbb2cef (diff)
downloadsg3_utils-7b29226287e840f613b34d08c7f29977de5d9223.tar.gz
Load sg3_utils-1.11 into trunk/.
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@47 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 4 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 3dd143cb..e0133288 100644
--- a/INSTALL
+++ b/INSTALL
@@ -15,6 +15,9 @@ make sg_inq # build a specific executable (e.g. 'sg_inq')
make uninstall # removes executables, libraries and build remnants
make -f lib_no_lib/Makefile.no_lib # build without a library
+./make_no_lib.sh sg_inq # is a simple script; in this case it expands to:
+ # make -f lib_no_lib/Makefile.no_lib sg_inq
+
Note that the main Makefile does _not_ call the Makefiles in the
subdirectories (i.e. archive, examples and utils directories).
@@ -52,4 +55,4 @@ If the libsgutils.so shared library is troublesome or unwanted
then "no_lib" versions of the Makefile and the sg3_utils.spec file
can be found in the "lib_no_lib" subdirectory.
-28th October 2004
+26th November 2004