mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
mkspec-wrapper.sh: Add FILTER_DEVEL variable
This commit is contained in:
parent
a3b6cffe1f
commit
b31dc60604
1 changed files with 4 additions and 1 deletions
|
|
@ -8,6 +8,8 @@ MYNAME=`basename $0`
|
|||
MKSPEC_SH="$1"
|
||||
shift
|
||||
|
||||
FILTER_DEVEL='/include/.*.h$\|devel\|make\|lib.*\.a$\|lib.*\.so$\|*\.exp\|*\.def\|*\.lib'
|
||||
|
||||
usage()
|
||||
{
|
||||
echo usage: $MYNAME /path/to/mkspec.sh -h [-N name] [-T topdir] [-V version] [-S source] [-R requires] [-P project]
|
||||
|
|
@ -93,7 +95,8 @@ export \
|
|||
PROJECT NAME \
|
||||
SOURCE \
|
||||
VERSION RELEASE V \
|
||||
INSTALL_LOG
|
||||
INSTALL_LOG \
|
||||
FILTER_DEVEL
|
||||
|
||||
sh $MKSPEC_SH
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue