comparison make/cscope.make @ 3967:da883b9e6d37 hs23-b01

Merge
author jcoomes
date Fri, 30 Sep 2011 18:27:39 -0700
parents f08d439fab8c
children
comparison
equal deleted inserted replaced
3952:0663e7617095 3967:da883b9e6d37
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