mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +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"
|
MKSPEC_SH="$1"
|
||||||
shift
|
shift
|
||||||
|
|
||||||
|
FILTER_DEVEL='/include/.*.h$\|devel\|make\|lib.*\.a$\|lib.*\.so$\|*\.exp\|*\.def\|*\.lib'
|
||||||
|
|
||||||
usage()
|
usage()
|
||||||
{
|
{
|
||||||
echo usage: $MYNAME /path/to/mkspec.sh -h [-N name] [-T topdir] [-V version] [-S source] [-R requires] [-P project]
|
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 \
|
PROJECT NAME \
|
||||||
SOURCE \
|
SOURCE \
|
||||||
VERSION RELEASE V \
|
VERSION RELEASE V \
|
||||||
INSTALL_LOG
|
INSTALL_LOG \
|
||||||
|
FILTER_DEVEL
|
||||||
|
|
||||||
sh $MKSPEC_SH
|
sh $MKSPEC_SH
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue