This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
the default library when linking this package) bump API
depends.
Remove libXp include from buildlink3.mk.
Dependencies will be bumped as next commit.
Ok joerg@
Colin Harrison (1):
Add MINGW32 definition
Dan Nicholson (2):
Be more robust using ed for the libtool hacks
Use sed instead of ed for libtool SONAME hacking
Daniel Stone (2):
Remove Xaw8 (Xprint)
Remove last remaining vestiges of Xprint support
Lee Leahu (1):
Fix configure error when using libtool-2.2.*
Matthieu Herrb (1):
Makefile.am: nuke RCS Id
Paulo Cesar Pereira de Andrade (4):
Remove almost 10 year old notice about Xaw development from man page.
Minor set of trivial corrections.
Correct build on systems that did not yet upgrade to libtool-2.2
libXaw version 1.0.5.
There were a significant amount of warnings, and it's more important
for this library to be reliable than it is for it to be as fast
as possible.
Bump rev.