summaryrefslogtreecommitdiff
path: root/cpprules.in
Commit message (Collapse)AuthorAgeFilesLines
* Replace $RAWCPPFLAGS with $TRADITIONALCPPFLAGS when processing cpp filesHans de Goede2014-04-021-1/+1
| | | | | | | | | | | Various .cpp files containt things like #ifdef __APPLE__ and #ifdef __linux__ these have been broken (all #ifdef-s always seen as false) since: http://cgit.freedesktop.org/xorg/util/macros/commit/?id=d690e4a9febd07988d149a967791c5629c17b258 This commit makes these work again by removing -undef from the cpp flags. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
* Pass files to cpp via CLI arg instead of stdin to workaround gcc 4.8 changeAlan Coopersmith2013-11-221-1/+1
| | | | | | | Fixes Bug 69439 - Empty lines before #!/bin/sh in startx https://bugs.freedesktop.org/show_bug.cgi?id=69439 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Use xinitrc.d/?*.sh as the matching pattern instead of needing a fragile sed ↵Thomas Klausner2013-05-311-1/+0
| | | | | | substitution XSLASHGLOB to produce xinitrc.d/*.sh. (If that were used literally the slash-star would confuse cpp.) Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Use XORG_MANPAGE_SECTIONS rather than cpprules.in to build man pagesGaetan Nadon2011-06-181-21/+1
| | | | | | | | | | | | As for all other manpages, use sed rather than the C preprocessor from the Imake days. Use SCOMAN Automake variable and groff .if for conditional text We can therefore remove ARCHMANDEFS Remove man page related code from cpprules.in Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Use platform-specific X server names in man pages for cygwin & darwinAlan Coopersmith2009-10-171-1/+3
| | | | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> Tested-by: Jon TURNEY <jon.turney@dronecode.org.uk>
* Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2009-10-031-2/+2
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Apple: Adding support for an xinitrc.d directory on OSX, so fink doesn't ↵Jeremy Huddleston2008-03-011-0/+1
| | | | need to clobber files
* Added Apple launchd supportJeremy Huddleston2007-12-151-0/+36