mirror of
https://github.com/AdaCore/PolyORB.git
synced 2026-02-12 13:01:15 -08:00
Silently ignore any command-line switch that is not a "-I".
[Imported from Perforce change 8276 at 2006-12-01 20:32:11] Subversion-branch: /trunk/polyorb Subversion-revision: 35876
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# mkdep,v 1.3 1996/04/10 15:41:58 tardieu Exp
|
||||
# Compute build dependencies
|
||||
# $Id$
|
||||
#
|
||||
|
||||
PREFIXLIST=
|
||||
@@ -12,6 +13,9 @@ do
|
||||
PREFIXLIST="${PREFIXLIST}"`echo "$1" | sed 's/^-I//'`:
|
||||
shift
|
||||
;;
|
||||
-*)
|
||||
shift
|
||||
;;
|
||||
*)
|
||||
break
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user