| History log of /xsrc/Makefile |
| Revision | | Date | Author | Comments |
| 1.45 |
| 02-Nov-2021 |
abs | Update Makefile comment from X11R6 to X11R7
|
| 1.44 |
| 18-Mar-2005 |
tron | Remove code handling "contrib" directory.
|
| 1.43 |
| 07-Jan-2005 |
tron | branches: 1.43.2; EOL of XFree86 3.3.6, approved by core@NetBSD.org
|
| 1.42 |
| 14-Jun-2004 |
tron | Remove two symbolic links in "${XCDIR}" in the "cleandir" target. This fixes the second half of PR xsrc/25852 by Martin Husemann.
|
| 1.41 |
| 12-Mar-2004 |
tron | branches: 1.41.2; Make native XFree86 distribution set creation work again. Fix provided by Luke Mewburn in private e-mail.
|
| 1.40 |
| 21-Jul-2003 |
lukem | simplify the USE_XF86_4 tests
|
| 1.39 |
| 25-Jun-2003 |
tron | Check for "etc/master.passwd" instead of "etc" in the destination directory to find out wether user and group database are available there. The XFree86 build process creates a directory "etc" itself.
|
| 1.38 |
| 30-May-2003 |
tron | Extend comment about snapshots to mention the new directory layout used in NetBSD after 1.6. This fixes PR xsrc/20211 by HIRATSUKA Kouichirou.
|
| 1.37 |
| 11-Apr-2003 |
fredb | Attempt to speed up the "cleandir" target, by beginning to remove "Makefile"'s before the "find" is complete, and presumably while the containing directory is still in the file cache.
|
| 1.36 |
| 04-Feb-2003 |
matt | Append ${MACHINE} after ${RELEASEDIR}.
|
| 1.35 |
| 25-Dec-2002 |
tron | Use "${METALOG.add}" instead of "${METALOG}" to find out if "maketars" needs the "-N" option because the first variable already existed under NetBSD 1.6.
|
| 1.34 |
| 25-Dec-2002 |
tron | Use user and group database from NetBSD source tree if we are installing into an empty destination area using a toolchain with metalog support. This fixes PR xsrc/19511 by Shin-ichi Yoshimoto.
|
| 1.33 |
| 16-Dec-2002 |
lukem | If ${DESTDIR}="", ensure `maketars -d ...' is called with an argument (i.e, "/"). Fixes problem noted by simonb@
|
| 1.32 |
| 06-Jul-2002 |
tron | Add a fallback definition for "NETBSDSRCDIR" to fix the "release" target under NetBSD 1.5 and 1.5.x. This fixes PR xsrc/17492 by John D Smerdon.
|
| 1.31 |
| 26-Apr-2002 |
lukem | s/BSDSRCDIR/NETBSDSRCIDR/
|
| 1.30 |
| 25-Nov-2001 |
thorpej | Update for recent changes to distrib/sets/maketars; invoke it by cd'ing to ${BSDSRCDIR}/distrib/sets rather than invoking it as ${BSDSRCDIR}/distrib/sets/maketars so that it uses the correct Makefile for the information it needs to fetch from the .mk system.
Problem pointed out by Launey Thomas <ljt@alum.mit.edu> in a private e-mail.
|
| 1.29 |
| 14-Oct-2001 |
jwise | Fix a long-standing problem with builds with USE_XF86_4 set.
In XFree86 4.x, the `contrib' sources have been moved into xc/programs, so this Makefile as it stood, was building those programs which had traditionally been part of `contrib' from there and then overwriting them with XF86 3.x versions from ./contrib.
Now, we don't descend into ./contrib if we are building from XF86 4. This has been verified to DTRT.
|
| 1.28 |
| 19-Aug-2001 |
mrg | make the cleandir/all/install passes distinct, like in src/Makefile.
|
| 1.27 |
| 23-May-2001 |
fredb | Respect DESTDIR setting in ${MAKECONF}. Previously, it had to be set in either the environment, or on the command line. Closes PR xsrc/13003.
|
| 1.26 |
| 13-Apr-2001 |
wiz | Fix typo in last commit.
|
| 1.25 |
| 13-Apr-2001 |
tron | If we are building from XFree86 4.x sources on an Amiga don't try to install the not (yet) existing installation instructions.
|
| 1.24 |
| 10-Apr-2001 |
tron | Don't build from XFree86 4.x sources if "USE_XF86_4" is set to "no".
|
| 1.23 |
| 09-Apr-2001 |
tron | Make a full XFree86 4.x build including "contrib" and "local" finally work.
|
| 1.22 |
| 09-Apr-2001 |
tron | Fix oversight in last commit.
|
| 1.21 |
| 08-Apr-2001 |
tron | Build from XFree86 4.x sources if "USE_XF86_4" is defined.
|
| 1.20 |
| 08-Nov-2000 |
is | Don't delete ..../amiga/INSTALL.X11 when installing it.
|
| 1.19 |
| 05-Nov-2000 |
fredb | Make "all" the default target, explicitly. Previously, the empty "all" target was being passed over in favor of "all-xc", even though it was listed first. Problem identified by Izumi Tsutsui on current-users.
|
| 1.18 |
| 30-Oct-2000 |
is | Install the Amiga INSTALL.X11 document when building the release. XXX this should be done differently, but I can't think of an appropriate method right now.
|
| 1.17 |
| 02-Oct-2000 |
simonb | Indent second line of a multi-line command.
|
| 1.16 |
| 30-Jul-2000 |
tron | Handle "xsrc/local" in "cleandir" target, too. Patch supplied by Takahiro Kambe in PR xsrc/10711.
|
| 1.15 |
| 25-Jul-2000 |
thorpej | Build local programs.
|
| 1.14 |
| 12-Mar-2000 |
dbj | remove include of /etc/mk.conf since recent change using <bsd.own.mk> deals with this instead
|
| 1.13 |
| 27-Feb-2000 |
fredb | Correct comment, as we don't check for the existence of "maketars". If you try to "make release" without having BSDSRCDIR properly set, the error message from "sh" should be clue enough.
|
| 1.12 |
| 23-Feb-2000 |
hubertf | Set BSDSRCDIR by pulling in <bsd.own.mk>. That way, users have a chance to override it via /etc/mk.conf.
|
| 1.11 |
| 05-Feb-2000 |
fredb | Fix goof in last commit.
|
| 1.10 |
| 05-Feb-2000 |
fredb | Let $BSDSRCDIR be in any arbitrary location (for the snapshot target). Closes PR xsrc/9348, submitted by jbernard@mines.edu.
|
| 1.9 |
| 28-Dec-1999 |
fredb | Add "release" aka "snapshot" target, as discussed on tech-install.
|
| 1.8 |
| 27-Sep-1999 |
fredb | Defer check for contrib/Makefile until it's needed, so it can be regenerated if necessary, so alternate "make build"'s don't fail (again).
|
| 1.7 |
| 14-Sep-1999 |
fredb | Make "build" depend on "cleandir", and make "cleandir" depend on "clean," more in line with the "build" target in /usr/src. Also remove /xc/xmakefile before doing "make World" pursuant to a "make build". This is all to ensure that "make build" starts up cleanly and predictably.
For updating a fully populated tree, "make UPDATE= build" now does a "make Everything" in xc. This is even faster than the old behavior of "make build"--if there are no intervening changes, this only builds the Makefiles and .depends and re-links.
|
| 1.6 |
| 06-Sep-1999 |
tron | Add seperate "cleandir" target which removes all files remaining after "make clean".
|
| 1.5 |
| 24-May-1999 |
tv | Move "build" rule so that default is "all".
|
| 1.4 |
| 16-May-1999 |
tv | Allow for stopped-in-the-middle rebuilds by using "make -f xmakefile World" if xc/xmakefile exists. Also don't re-run xmkmf on contrib if contrib/Makefile exists.
|
| 1.3 |
| 09-Dec-1997 |
mrg | clean this up a bit. mostly from cgd.
|
| 1.2 |
| 04-Dec-1997 |
mrg | use ${MAKE} and make "build-contrib" correct.
|
| 1.1 |
| 01-Dec-1997 |
mrg | add a makefile to build the xsrc tree (xc and contrib). has targets `build', `all' (default) and `install'.
|
| 1.41.2.1 |
| 22-Jun-2004 |
grant | Pull up revision 1.42 (requested by tron in ticket #499):
Remove two symbolic links in "${XCDIR}" in the "cleandir" target. PR #25852.
|
| 1.43.2.1 |
| 19-Mar-2005 |
jwise | Ticket [pullup-3 #13]
Pull up revision 1.44: Remove code handling "contrib" directory.
|