Accepting request 232679 from shells

- avoid hanging build on probe run (forwarded request 232664 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/232679
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ksh?expand=0&rev=102
This commit is contained in:
Stephan Kulow 2014-05-06 12:01:19 +00:00 committed by Git OBS Bridge
commit c90cfa557c
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 23 10:10:17 UTC 2014 - dmueller@suse.com
- avoid hanging build on probe run
-------------------------------------------------------------------
Sat Feb 8 13:13:22 UTC 2014 - gber@opensuse.org

View File

@ -618,6 +618,7 @@ fi
s@^\+ g?cc@$SHELL msgcc -M-set=ast $includes@
s@[[:blank:]]-c[[:blank:]]([^[:blank:]\.]+/([^[:blank:]\.\/]+))\.c@ -c \1\.c -o msgs/\2\.mso@p
}" ${root}/lib/package/gen/make.out > src/cmd/ksh93/doit
%if %use_locale
pushd src/cmd/ksh93
mkdir msgs
${root}/lib/probe/C/pp/probe $(type -p gcc) > pp_default.h
@ -626,6 +627,7 @@ fi
rm -rf msgs/
popd
msggen share/locale/C/LC_MESSAGES/libshell src/cmd/ksh93/libshell.msg
%endif
pushd ${root}/bin
PATH=$PATH:.
set -- $(shcomp --version 2>&1)