summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2010-09-04Remove macppc default xorg.conf. Discussed with ajacoutot@, drahn@ oga@Matthieu Herrb
and todd@
2010-08-25make 'make release' work on vaxTodd T. Fries
2010-08-10permit sgi/loongson to make a release with no xorg.conf,Todd T. Fries
broken since xorg.conf was removed for these archs
2010-05-11allow gcc4 switch, okay matthieu@Marc Espie
2010-01-31xorg.conf for loongson.Matthieu Herrb
2010-01-10Create and distribute the initial sysmerge sum file just like we do forAntoine Jacoutot
base on new installations. "reads alright" oga@, ok matthieu@ todd@
2009-12-01Move back build of xtsscale with other apps. It doesn't requireMatthieu Herrb
an installed header anymore.
2009-11-26Move app/xtsscale build after drivers, since it requires aMatthieu Herrb
header installed by driver/xf86-input-ws. Problem noticed by jdixon@
2009-10-01Use the installed /etc/mtree/BSD.x11.dist file now that it's up-to-date.Matthieu Herrb
Further mtree updates will go to /usr/src/etc/mtree/BSD.x11.dist directly.
2009-09-10Completely disable xserver on vax, it generates a gcc segmentationMatthieu Herrb
violation in xkb/xkbEvents.c. ok todd@
2009-05-20Sync with sparc wsmouse changes.Miod Vallat
2009-02-02Enable build of kdrive/Xephyr on gcc3 arches. ok todd@Matthieu Herrb
2008-10-05provide a pciutils style pci.ids file for libpciaccess.Matthieu Herrb
ok todd@ deraadt@
2008-06-12Actually install xorg.conf for sgi when building a release, so thatMatthieu Herrb
it ends up in the xetc set...
2008-01-31Merge the two xenocara mtree specs into a unique one, rooted at /Matthieu Herrb
ok todd@
2008-01-05fix release for make -jMarc Espie
okay matthieu@
2007-12-20Don't try to build xserver on landisk. it now depends on lib/pixmanMatthieu Herrb
which doesn't build because of gcc problems.
2007-10-27Rebuild the fontcache at the end of make install.Matthieu Herrb
2007-06-11no need to recurse into distrib/notes twiceTodd T. Fries
2007-03-31XENOCARA_TOP -> XSRCDIR and now defaults to /usr/src/xenocaraMatthieu Herrb
XENOCARA_OBJDIR -> XOBJDIR and now defaults to /usr/xobj suggested by espie@ ok krw@ mbalmer@
2007-03-28use exec for recursive make invocations.Matthieu Herrb
2007-03-28make obj in distrib/notes/ to avoid writing to the src tree, andTodd T. Fries
make it a regular SUBDIR ok matthieu@
2007-03-26set XCONFIG for release-installMatthieu Herrb
2007-03-16add `dist' to .PHONYTodd T. Fries
pointed out by Ingo Schwarze, schwarze at usta dot de, Thanks!
2007-03-16borrow a line from XF4/Makefile that defines RM andTodd T. Fries
permits 'make release' to have a chance
2006-12-31More fixes:Matthieu Herrb
- install bsd.xorg.mk in DESTDIR in postinstall - don't use dependencies in postinstall
2006-12-31set X11BASE explicitely when installing bsd.xorg.mk, becauseMatthieu Herrb
the Makefile there doesn't see /usr/share/mk/bsd.xorg.mk.
2006-12-31Remove redundant X11BASE setting.Matthieu Herrb
2006-12-23- Bring in the /usr/local/lib/X11/app-default handling from XF4 MakefileMatthieu Herrb
- Repair subdir recursion. noticed by Frederick C. Druseikis.
2006-12-17fix make obj after recent changesMatthieu Herrb
2006-12-17make the install target more similar to what is done in the base system.Matthieu Herrb
2006-12-17remove update targetMatthieu Herrb
2006-11-30Fix the install target: one typo and one thinko, probably caused byMatthieu Herrb
committing while tired.
2006-11-30revertMatthieu Herrb
2006-11-30give a chance of building by referencing the right mtree fileTodd T. Fries
2006-11-29doc needs to be build after util.Matthieu Herrb
2006-11-29(untested) release bits)Matthieu Herrb
2006-11-29Hook docs to the buildMatthieu Herrb
2006-11-26Top level makefile for xenocara.Matthieu Herrb