comparison make/cscope.make @ 3960:f08d439fab8c

7089790: integrate bsd-port changes Reviewed-by: kvn, twisti, jrose Contributed-by: Kurt Miller <kurt@intricatesoftware.com>, Greg Lewis <glewis@eyesbeyond.com>, Jung-uk Kim <jkim@freebsd.org>, Christos Zoulas <christos@zoulas.com>, Landon Fuller <landonf@plausible.coop>, The FreeBSD Foundation <board@freebsdfoundation.org>, Michael Franz <mvfranz@gmail.com>, Roger Hoover <rhoover@apple.com>, Alexander Strange <astrange@apple.com>
author never
date Sun, 25 Sep 2011 16:03:29 -0700
parents d6cdc6c77582
children
comparison
equal deleted inserted replaced
3959:eda6988c0d81 3960:f08d439fab8c
61 61
62 # O/S-specific files for all systems are included by default. Set CS_OS to a 62 # O/S-specific files for all systems are included by default. Set CS_OS to a
63 # space-separated list of identifiers to include only those systems. 63 # space-separated list of identifiers to include only those systems.
64 ifdef CS_OS 64 ifdef CS_OS
65 CS_PRUNE_OS = $(patsubst %,-o -name '*%*',\ 65 CS_PRUNE_OS = $(patsubst %,-o -name '*%*',\
66 $(filter-out ${CS_OS},linux macos solaris windows)) 66 $(filter-out ${CS_OS},bsd linux macos solaris windows))
67 endif 67 endif
68 68
69 # CPU-specific files for all processors are included by default. Set CS_CPU 69 # CPU-specific files for all processors are included by default. Set CS_CPU
70 # space-separated list identifiers to include only those CPUs. 70 # space-separated list identifiers to include only those CPUs.
71 ifdef CS_CPU 71 ifdef CS_CPU