Magellan Linux

Diff of /smage/trunk/include/mcore-split.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 46 by niro, Mon Jan 4 11:08:48 2010 UTC revision 47 by niro, Mon Jan 4 11:11:05 2010 UTC
# Line 8  sminclude cleanutils Line 8  sminclude cleanutils
8    
9    
10  # mcore keeps  # mcore keeps
11  if [[ ! -z ${MCORE_KEEP} ]]  if [[ ! -z ${MCORE_ONLY_KEEP} ]]
12  then  then
13   MCORE_ZAPMOST_OPTS="${MCORE_KEEP}"   MCORE_ZAPMOST_OPTS="${MCORE_ONLY_KEEP}"
14   MCORE_DEV_RM_OPTS="${MCORE_KEEP}"   MCORE_DEV_RM_OPTS="${MCORE_ONLY_KEEP}"
15  fi  fi
16    
17  # mcore dev keeps  # mcore dev keeps
18  if [[ ! -z ${MCORE_DEV_KEEP} ]]  if [[ ! -z ${MCORE_DEV_ONLY_KEEP} ]]
19  then  then
20   MCORE_DEV_ZAPMOST_OPTS="${MCORE_DEV_KEEP}"   MCORE_DEV_ZAPMOST_OPTS="${MCORE_DEV_ONLY_KEEP}"
21   MCORE_RM_OPTS="${MCORE_DEV_KEEP}"   MCORE_RM_OPTS="${MCORE_DEV_ONLY_KEEP}"
22  fi  fi
23    
24  mcore-split_generate_split_info()  mcore-split_generate_split_info()

Legend:
Removed from v.46  
changed lines
  Added in v.47