summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2012-10-29Unlink share/pciids from the build. The generated file is notMatthieu Herrb
used by xserver anymore.
2012-10-17if the directory is empty, the mv will fail.Marc Espie
But we don't really care, because the real test for success is the rmdir. okay matthieu@
2012-08-18let build and release proceed through the exact same steps, avoidingMarc Espie
nasty surprises... REQUIRES current /usr/share/mk (cd /usr/src/share/mk && make install) okay matthieu@
2012-04-01Fix previous for bootstrap.Matthieu Herrb
2012-04-01Don't build kdrive if pixman isn't built.Matthieu Herrb
2012-02-07Don't install xorg.conf on machines with no X server.Matthieu Herrb
2012-01-16Backout activation of the new apropos(1)/whatis(1)/makewhatis(8).Ingo Schwarze
In its current state, it causes too much slowdown, in particular during system builds, and there are other regressions. That cannot be fixed quickly while it's enabled. Problems pointed out by espie@, backout requested by deraadt@, diff "looks good" to espie@.
2012-01-06Let makewhatis(8) build the whatis.db quietly.Ingo Schwarze
ok todd@
2011-03-07Descend into data/ not data/xkbdata explicitely here.Matthieu Herrb
Change suggested by shadchin@, needed for upcoming patches.
2011-02-22run makewhatis -vMarc Espie
(needs -current !) okay miod@
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