From: Sam Hartman Date: Sat, 14 Jul 2001 22:13:43 +0000 (+0000) Subject: This commit was generated by cvs2svn to compensate for changes in r270, X-Git-Tag: debian/1.1.0-1~12 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ec641aa8d194e2dad203b9eec3eb43e8a3f01c72;p=packages%2Fo%2Fopenafs.git This commit was generated by cvs2svn to compensate for changes in r270, which included commits to RCS files with non-trunk default branches. --- diff --git a/acconfig.h b/acconfig.h index 5ddd41f22..0979d194f 100644 --- a/acconfig.h +++ b/acconfig.h @@ -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 diff --git a/src/INSTALL b/src/INSTALL index 50dbe439d..3b69cc5f8 100644 --- a/src/INSTALL +++ b/src/INSTALL @@ -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 =================