[BACK]Return to INSTALL.configure CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/INSTALL.configure between version 1.1 and 1.2

version 1.1, 1999/11/18 16:29:01 version 1.2, 2007/07/26 16:10:15
Line 69 
Line 69 
   
    You can compile the package for more than one kind of computer at the     You can compile the package for more than one kind of computer at the
 same time, by placing the object files for each architecture in their  same time, by placing the object files for each architecture in their
 own directory.  To do this, you must use a version of `make' that  own directory.  `cd' to the directory where you want the object files
 supports the `VPATH' variable, such as GNU `make'.  `cd' to the  and executables to go and run the `configure' script.  `configure'
 directory where you want the object files and executables to go and run  automatically checks for the source code in the directory that `configure'
 the `configure' script.  `configure' automatically checks for the  is in and in `..'.
 source code in the directory that `configure' is in and in `..'.  
   
    If you have to use a `make' that does not supports the `VPATH'  
 variable, you have to compile the package for one architecture at a time  
 in the source code directory.  After you have installed the package for  
 one architecture, use `make distclean' before reconfiguring for another  
 architecture.  
   
 Installation Names  Installation Names
 ==================  ==================

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2