]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
This commit was generated by cvs2svn to compensate for changes in r270,
authorSam Hartman <hartmans@debian.org>
Sat, 14 Jul 2001 22:13:43 +0000 (22:13 +0000)
committerSam Hartman <hartmans@debian.org>
Sat, 14 Jul 2001 22:13:43 +0000 (22:13 +0000)
which included commits to RCS files with non-trunk default branches.

acconfig.h
src/INSTALL

index 5ddd41f2229e1896987a783b2e5cb038169d1dc8..0979d194f26ad358fc7b64e24ce517e424324446 100644 (file)
@@ -26,3 +26,7 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
 
 #undef FAST_RESTART
 #undef BITMAP_LATER
+
+#undef INODE_SETATTR_NOT_VOID
+#undef STRUCT_INODE_HAS_I_BYTES
+#undef STRUCT_ADDRESS_SPACE_HAS_PAGE_LOCK
index 50dbe439d099a31d9e7e2b2dec33ce7d71635263..3b69cc5f8f3315665ebb71390b1d826e01687e61 100644 (file)
@@ -39,8 +39,8 @@ The simplest way to compile this package is:
   3. Optionally, type `make check' to run any self-tests that come with
      the package.
 
-  4. Type `make install' to install the programs and any data files and
-     documentation.
+  4. Resulting binaries will be in a directory named for the AFS system 
+     name for which you're building, e.g. i386_linux24 or sun4x_57.
 
   5. You can remove the program binaries and object files from the
      source code directory by typing `make clean'.  To also remove the
@@ -81,29 +81,6 @@ in the source code directory.  After you have installed the package for
 one architecture, use `make distclean' before reconfiguring for another
 architecture.
 
-Installation Names
-==================
-
-   By default, `make install' will install the package's files in
-`/usr/local/bin', `/usr/local/man', etc.  You can specify an
-installation prefix other than `/usr/local' by giving `configure' the
-option `--prefix=PATH'.
-
-   You can specify separate installation prefixes for
-architecture-specific files and architecture-independent files.  If you
-give `configure' the option `--exec-prefix=PATH', the package will use
-PATH as the prefix for installing programs and libraries.
-Documentation and other data files will still use the regular prefix.
-
-   In addition, if you use an unusual directory layout you can give
-options like `--bindir=PATH' to specify different values for particular
-kinds of files.  Run `configure --help' for a list of the directories
-you can set and what kinds of files go in them.
-
-   If the package supports it, you can cause programs to be installed
-with an extra prefix or suffix on their names by giving `configure' the
-option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
-
 Optional Features
 =================