Changeset 3140 for trunk/src/kmk/README.template
- Timestamp:
- Mar 14, 2018, 10:28:10 PM (7 years ago)
- Location:
- trunk/src/kmk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk
-
Property svn:mergeinfo
set to
/vendor/gnumake/current merged eligible
-
Property svn:mergeinfo
set to
-
trunk/src/kmk/README.template
r2591 r3140 9 9 For general building and installation instructions, see the file INSTALL. 10 10 11 If you need to build GNU Make and have no other `make' program to use,12 you can use the shell script `build.sh' instead. To do this, first run13 `configure' as described in INSTALL. Then, instead of typing `make' to14 build the program, type `sh build.sh'. This should compile the program11 If you need to build GNU Make and have no other 'make' program to use, 12 you can use the shell script 'build.sh' instead. To do this, first run 13 'configure' as described in INSTALL. Then, instead of typing 'make' to 14 build the program, type 'sh build.sh'. This should compile the program 15 15 in the current directory. Then you will have a Make program that you can 16 use for `./make install', or whatever else.16 use for './make install', or whatever else. 17 17 18 18 Some systems' Make programs are broken and cannot process the Makefile for 19 19 GNU Make. If you get errors from your system's Make when building GNU 20 Make, try using `build.sh' instead.20 Make, try using 'build.sh' instead. 21 21 22 22 23 23 GNU Make is free software. See the file COPYING for copying conditions. 24 24 GNU Make is copyright by the Free Software Foundation. Copyright notices 25 condense sequential years into a range; e.g. "1987-1994" means all years 26 from 1987 to 1994 inclusive. 25 27 26 28 Downloading … … 65 67 66 68 You can send GNU make bug reports to <bug-make@gnu.org>. Please see the 67 section of the GNU make manual entitled `Problems and Bugs' for69 section of the GNU make manual entitled 'Problems and Bugs' for 68 70 information on submitting useful and complete bug reports. 69 71 … … 80 82 news:gnu.utils.bug 81 83 82 http://savannah.gnu.org/support/?group=make83 84 84 You may also find interesting patches to GNU Make available here: 85 86 http://savannah.gnu.org/patch/?group=make 87 88 Note these patches are provided by our users as a service and we make no 89 statements regarding their correctness. Please contact the authors 90 directly if you have a problem or suggestion for a patch available on 91 this page. 92 93 94 CVS Access 85 Git Access 95 86 ---------- 96 87 97 The GNU make source repository is available via anonymous CVSfrom the98 GNU S ubversions CVSserver; look here for details:88 The GNU make source repository is available via Git from the 89 GNU Savannah Git server; look here for details: 99 90 100 http://savannah.gnu.org/ cvs/?group=make91 http://savannah.gnu.org/git/?group=make 101 92 102 Please note: you won't be able to build GNU make from CVSwithout93 Please note: you won't be able to build GNU make from Git without 103 94 installing appropriate maintainer's tools, such as GNU m4, automake, 104 autoconf, Perl, GNU make, and GCC. See the README. cvsfile for hints on95 autoconf, Perl, GNU make, and GCC. See the README.git file for hints on 105 96 how to build GNU make once these tools are available. We make no 106 guarantees about the contents or quality of the latest code in the CVS97 guarantees about the contents or quality of the latest code in the Git 107 98 repository: it is not unheard of for code that is known to be broken to 108 99 be checked in. Use at your own risk. … … 113 104 114 105 It has been reported that the XLC 1.2 compiler on AIX 3.2 is buggy such 115 that if you compile make with `cc -O' on AIX 3.2, it will not work116 correctly. It is said that using `cc' without `-O' does work.106 that if you compile make with 'cc -O' on AIX 3.2, it will not work 107 correctly. It is said that using 'cc' without '-O' does work. 117 108 118 109 The standard /bin/sh on SunOS 4.1.3_U1 and 4.1.4 is broken and cannot be … … 124 115 One area that is often a problem in configuration and porting is the code 125 116 to check the system's current load average. To make it easier to test and 126 debug this code, you can do `make check-loadavg' to see if it works127 properly on your system. (You must run `configure' beforehand, but you117 debug this code, you can do 'make check-loadavg' to see if it works 118 properly on your system. (You must run 'configure' beforehand, but you 128 119 need not build Make itself to run this test.) 129 120 … … 132 123 Please report any bugs that you find in this area. If you run into 133 124 difficulties, then as a workaround you should be able to disable LFS by 134 adding the `--disable-largefile' option to the `configure' script.125 adding the '--disable-largefile' option to the 'configure' script. 135 126 136 127 On systems that support micro- and nano-second timestamp values and … … 152 143 Customs distributed build environment from the Pmake distribution. 153 144 154 - See readme.vmsfor details about GNU Make on OpenVMS.145 - See README.VMS for details about GNU Make on OpenVMS. 155 146 156 147 - See README.Amiga for details about GNU Make on AmigaDOS. … … 173 164 174 165 ------------------------------------------------------------------------------- 175 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 176 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 177 2010 Free Software Foundation, Inc. 166 Copyright (C) 1988-2016 Free Software Foundation, Inc. 178 167 This file is part of GNU Make. 179 168
Note:
See TracChangeset
for help on using the changeset viewer.