make/cscope.make
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 7089790_full Cdiff make/cscope.make

make/cscope.make

Print this page
rev 2695 : shared changes

*** 61,71 **** # O/S-specific files for all systems are included by default. Set CS_OS to a # space-separated list of identifiers to include only those systems. ifdef CS_OS CS_PRUNE_OS = $(patsubst %,-o -name '*%*',\ ! $(filter-out ${CS_OS},linux macos solaris windows)) endif # CPU-specific files for all processors are included by default. Set CS_CPU # space-separated list identifiers to include only those CPUs. ifdef CS_CPU --- 61,71 ---- # O/S-specific files for all systems are included by default. Set CS_OS to a # space-separated list of identifiers to include only those systems. ifdef CS_OS CS_PRUNE_OS = $(patsubst %,-o -name '*%*',\ ! $(filter-out ${CS_OS},bsd linux macos solaris windows)) endif # CPU-specific files for all processors are included by default. Set CS_CPU # space-separated list identifiers to include only those CPUs. ifdef CS_CPU
make/cscope.make
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File