make version 3.81
Florin Braescu
florin at lunar-linux.org
Wed Apr 5 03:10:00 UTC 2006
Hi everybody,
I have bumped the version of make module to 3.81 on my system. It works just
fine until now. However, in the changes file there is written that there are
some incompatibilities with the older versions of make. That's why i ask you
to evaluate and test this proposal.
Yours,
Florin
-------------- next part --------------
MODULE=make
VERSION=3.81
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL[0]=$GNU_URL/$MODULE/
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
SOURCE_VFY=sha1:41ed86d941b9c8025aee45db56c0283169dcab3d
WEB_SITE=http://make.paulandlesley.org/
ENTERED=20010922
UPDATED=20060405
SHORT="make generates executables and other non-source programs."
cat << EOF
make - Generates executables and other non-source programs
Make examines a set of related files, determines which of them are out
of date, and runs just the commands necessary to bring them back up to
date. Make is typically used to compile and link programs, but it can be
useful in many other situations as well.
Make reads a file called a 'makefile' to learn how the files in your
program are put together. It may also contain rules to install the
product, clear up the workspace, generate distribution packages, or
other tasks. When you write a program, you should also create a makefile
for it so that it is possible to use Make to build and install it.
EOF
More information about the Lunar-dev
mailing list