Welcome to ftp.nluug.nl Current directory: /pub/ftp/os/NetBSD/NetBSD-release-9/src/external/gpl2/gmake/dist/ |
|
Contents of README:This directory contains the 3.81 release of GNU Make. See the file NEWS for the user-visible changes from previous releases. In addition, there have been bugs fixed. Please check the system-specific notes below for any caveats related to your operating system. For general building and installation instructions, see the file INSTALL. If you need to build GNU Make and have no other `make' program to use, you can use the shell script `build.sh' instead. To do this, first run `configure' as described in INSTALL. Then, instead of typing `make' to build the program, type `sh build.sh'. This should compile the program in the current directory. Then you will have a Make program that you can use for `./make install', or whatever else. Some systems' Make programs are broken and cannot process the Makefile for GNU Make. If you get errors from your system's Make when building GNU Make, try using `build.sh' instead. GNU Make is free software. See the file COPYING for copying conditions. Downloading ----------- GNU Make can be obtained in many different ways. See a description here: http://www.gnu.org/software/software.html Documentation ------------- GNU make is fully documented in the GNU Make manual, which is contained in this distribution as the file make.texinfo. You can also find on-line and preformatted (PostScript and DVI) versions at the FSF's web site. There is information there about ordering hardcopy documentation. http://www.gnu.org/ http://www.gnu.org/doc/doc.html http://www.gnu.org/manual/manual.html Development ----------- GNU Make development is hosted by Savannah, the FSF's online development management tool. Savannah is here: http://savannah.gnu.org And the GNU Make development page is here: http://savannah.gnu.org/projects/make/ You can find most information concerning the development of GNU Make at this site. Bug Reporting ------------- You can send GNU make bug reports to <bug-make@gnu.org>. Please see the section of the GNU make manual entitled `Problems and Bugs' for information on submitting useful and complete bug reports. You can also use the online bug tracking system in the Savannah GNU Make project to submit new problem reports or search for existing ones: http://savannah.gnu.org/bugs/?group=make If you need help using GNU make, try these forums: help-make@gnu.org help-utils@gnu.org news:gnu.utils.help news:gnu.utils.bug http://savannah.gnu.org/support/?group=make You may also find interesting patches to GNU Make available here: http://savannah.gnu.org/patch/?group=make Note these patches are provided by our users as a service and we make no statements regarding their correctness. Please contact the authors directly if you have a problem or suggestion for a patch available on this page. CVS Access ---------- The GNU make source repository is available via anonymous CVS from the GNU Subversions CVS server; look here for details: http://savannah.gnu.org/cvs/?group=make Please note: you won't be able to build GNU make from CVS without installing appropriate maintainer's tools, such as GNU m4, automake, autoconf, Perl, GNU make, and GCC. See the README.cvs file for hints on how to build GNU make once these tools are available. We make no guarantees about the contents or quality of the latest code in the CVS repository: it is not unheard of for code that is known to be broken to be checked in. Use at your own risk. System-specific Notes --------------------- It has been reported that the XLC 1.2 compiler on AIX 3.2 is buggy such that if you compile make with `cc -O' on AIX 3.2, it will not work correctly. It is said that using `cc' without `-O' does work. The standard /bin/sh on SunOS 4.1.3_U1 and 4.1.4 is broken and cannot be used to configure GNU make. Please install a different shell such as bash or pdksh in order to run "configure". See this message for more information: http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00190.html One area that is often a problem in configuration and porting is the code to check the system's current load average. To make it easier to test and debug this code, you can do `make check-loadavg' to see if it works properly on your system. (You must run `configure' beforehand, but you need not build Make itself to run this test.) Another potential source of porting problems is the support for large files (LFS) in configure for those operating systems that provide it. Please report any bugs that you find in this area. If you run into difficulties, then as a workaround you should be able to disable LFS by adding the `--disable-largefile' option to the `configure' script. On systems that support micro- and nano-second timestamp values and where stat(2) provides this information, GNU make will use it when comparing timestamps to get the most accurate possible result. However, note that many current implementations of tools that *set* timestamps do not preserve micro- or nano-second granularity. This means that "cp -p" and other similar tools (tar, etc.) may not exactly duplicate timestamps with micro- and nano-second granularity on some systems. If your build system contains rules that depend on proper behavior of tools like "cp -p", you should consider using the .LOW_RESOLUTION_TIME pseudo-target to force make to treat them properly. See the manual for details. Ports ----- - See README.customs for details on integrating GNU make with the Customs distributed build environment from the Pmake distribution. - See readme.vms for details about GNU Make on OpenVMS. - See README.Amiga for details about GNU Make on AmigaDOS. - See README.W32 for details about GNU Make on Windows NT, 95, or 98. - See README.DOS for compilation instructions on MS-DOS and MS-Windows using DJGPP tools. A precompiled binary of the MSDOS port of GNU Make is available as part of DJGPP; see the WWW page http://www.delorie.com/djgpp/ for more information. Please note there are two _separate_ ports of GNU make for Microsoft systems: a native Windows tool built with (for example) MSVC or Cygwin, and a DOS-based tool built with DJGPP. Please be sure you are looking at the right README! ------------------------------------------------------------------------------- Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Make; see the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
Name Last modified Size
Parent Directory - CVS/ 16-Oct-2024 05:03 - config/ 14-Feb-2024 19:47 - doc/ 14-Feb-2024 19:47 - glob/ 14-Feb-2024 19:47 - po/ 14-Feb-2024 19:47 - tests/ 14-Feb-2024 19:47 - w32/ 14-Feb-2024 19:47 - ABOUT-NLS 18-Aug-2014 08:46 53K AUTHORS 18-Aug-2014 08:46 2.7K COPYING 18-Aug-2014 08:46 18K ChangeLog 18-Aug-2014 08:46 104K INSTALL 18-Aug-2014 08:46 9.1K Makefile.DOS 18-Aug-2014 08:47 22K Makefile.am 18-Aug-2014 08:46 6.0K Makefile.ami 18-Aug-2014 08:47 10K Makefile.in 18-Aug-2014 08:57 43K NEWS 18-Aug-2014 08:46 42K NMakefile 18-Aug-2014 08:47 7.2K README 18-Aug-2014 08:46 7.0K README.Amiga 18-Aug-2014 08:47 2.7K README.DOS 18-Aug-2014 08:47 16K README.OS2 18-Aug-2014 08:47 6.6K README.W32 18-Aug-2014 08:47 11K README.customs 18-Aug-2014 08:47 4.5K SCOPTIONS 18-Aug-2014 08:47 195 SMakefile 18-Aug-2014 08:47 9.9K acinclude.m4 18-Aug-2014 08:46 4.8K aclocal.m4 18-Aug-2014 08:46 33K alloca.c 18-Aug-2014 08:46 14K amiga.c 18-Aug-2014 08:47 2.6K amiga.h 18-Aug-2014 08:47 1.0K ansi2knr.1 18-Aug-2014 08:46 1.5K ansi2knr.c 18-Aug-2014 08:46 20K ar.c 18-Aug-2014 08:46 7.8K arscan.c 18-Aug-2014 08:46 21K build.sh.in 18-Aug-2014 08:47 3.0K build_w32.bat 18-Aug-2014 08:47 21K commands.c 18-Aug-2014 08:46 15K commands.h 18-Aug-2014 08:46 1.9K config.ami 18-Aug-2014 08:47 9.6K config.h-vms 18-Aug-2014 08:47 12K config.h.W32 18-Aug-2014 08:47 14K config.h.in 18-Aug-2014 08:46 12K configh.dos 18-Aug-2014 08:47 3.4K configure 01-May-2018 02:39 448K configure.bat 18-Aug-2014 08:47 2.0K configure.in 01-May-2018 02:39 14K debug.h 18-Aug-2014 08:46 1.5K default.c 18-Aug-2014 08:46 16K dep.h 18-Aug-2014 08:46 3.1K dir.c 01-May-2018 02:36 30K dosbuild.bat 18-Aug-2014 08:47 3.2K expand.c 18-Aug-2014 08:46 16K file.c 18-Aug-2014 08:46 28K filedef.h 18-Aug-2014 08:46 9.0K function.c 18-Aug-2014 08:46 57K getloadavg.c 18-Aug-2014 08:46 26K getopt.c 18-Aug-2014 08:46 29K getopt.h 18-Aug-2014 08:46 4.5K getopt1.c 18-Aug-2014 08:46 4.4K gettext.h 18-Aug-2014 08:46 2.6K hash.c 18-Aug-2014 08:47 8.1K hash.h 18-Aug-2014 08:46 8.2K implicit.c 18-Aug-2014 08:47 31K job.c 18-Aug-2014 08:47 87K job.h 18-Aug-2014 08:46 3.4K main.c 16-Oct-2024 05:03 89K make.1 18-Aug-2014 08:47 10K make.h 18-Aug-2014 08:46 17K make.lnk 18-Aug-2014 08:47 361 make_msvc_net2003.sln 18-Aug-2014 08:47 923 make_msvc_net2003.vcproj 18-Aug-2014 08:47 7.1K makefile.com 18-Aug-2014 08:47 4.9K makefile.vms 18-Aug-2014 08:47 4.8K misc.c 18-Aug-2014 08:47 21K read.c 18-Aug-2014 08:47 88K readme.vms 18-Aug-2014 08:47 12K remake.c 18-Aug-2014 08:47 46K remote-cstms.c 18-Aug-2014 08:47 8.3K remote-stub.c 18-Aug-2014 08:46 3.0K rule.c 18-Aug-2014 08:47 16K rule.h 18-Aug-2014 08:46 2.3K signame.c 18-Aug-2014 08:47 6.9K strcache.c 18-Aug-2014 08:47 5.7K subproc.bat 18-Aug-2014 08:47 1.0K variable.c 18-Aug-2014 08:47 44K variable.h 18-Aug-2014 08:46 8.7K version.c 18-Aug-2014 08:47 1.3K vmsdir.h 18-Aug-2014 08:47 1.8K vmsfunctions.c 18-Aug-2014 08:47 6.5K vmsify.c 18-Aug-2014 08:47 17K vmsjobs.c 18-Aug-2014 08:47 17K vpath.c 18-Aug-2014 08:47 17K
NLUUG - Open Systems. Open Standards
Become a member
and get discounts on conferences and more, see the NLUUG website!