summaryrefslogtreecommitdiff
path: root/doc/Makefile-example
AgeCommit message (Collapse)AuthorFilesLines
2005-07-27No more buildlink2.wiz1-2/+2
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-3/+2
2005-02-12Replaced the deprecated ALL_TARGET variable in the example Makefile withrillig1-2/+2
BUILD_TARGET, which had replaced ALL_TARGET in Dec 2004.
2004-11-11Remove reference to buildlink2.minskim1-2/+2
2004-05-14Do not mention buildlink2, it is leaving.wiz1-4/+4
2004-02-22Sync with reality: add a paragraph for *_OVERRIDE variables and another onejmmv1-7/+15
for configure and make args/environment. Ok'ed by agc@.
2004-02-15Move the inclusion of buildlink files ahead of the target definitions.jlam1-5/+12
This makes all of the buildlink files come after any variable definitions that could affect their behaviour, and makes all of the target definitions come after all of the variables and .ifdef logic. This matches the way that many of the large, complex packages are already written.
2004-01-21Flesh out this file with more information, such as licensing information.agc1-18/+26
Make it clearer why certain things should be done.
2004-01-21Fix typo - thanks to wiz for pointing it out.agc1-2/+2
2004-01-20Add an example Makefile, with annotated paragraphs and fields.agc1-0/+66