Magellan Linux

Diff of /trunk/mage/usr/lib/mage/depwalker.sh

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

revision 2827 by niro, Wed Sep 17 11:19:36 2014 UTC revision 2831 by niro, Fri Sep 19 11:18:38 2014 UTC
# Line 56  usage() Line 56  usage()
56   exit 1   exit 1
57  }  }
58    
59  # always default debug=0  # set some sane defaults
60  DEBUG=0  DEBUG=0
61    SMAGE_DEPEND=0
62    
63  # very basic getops  # very basic getops
64  for i in $*  for i in $*
# Line 69  do Line 70  do
70   --pbuild|-b) shift; PBUILD="$1" ;;   --pbuild|-b) shift; PBUILD="$1" ;;
71   --method|-m) shift; METHOD="$1" ;;   --method|-m) shift; METHOD="$1" ;;
72   --debug|-d) shift; DEBUG=1 ;;   --debug|-d) shift; DEBUG=1 ;;
73   --smage|-s) shift; SMAGEFILE="$1"; SILENT=1; FVERBOSE=off ;;   --smage|-s) shift; SMAGEFILE="$1"; SMAGE_DEPEND=1; SILENT=1; FVERBOSE=off ;;
74   --help|-h) usage ;;   --help|-h) usage ;;
75   esac   esac
76   shift   shift

Legend:
Removed from v.2827  
changed lines
  Added in v.2831