----- Original Message -----
Hello Dave,
I've just fixed gcore. The patset is attached to this mail.
Could you review and apply them if okay?
Can you create a gcore.tar.bz2 file like you did with the last
patch-set?
I will write up a new entry on the "extensions" page on my people
site here:
http://people.redhat.com/anderson/extensions.html
Since the module has so many files, I'll put a link to the
gcore.tar.bz2 file, instructions on how to set it up, etc,
in the description of gcore. In fact, I've already done that
on a scratch page here:
http://people.redhat.com/anderson/extensions2.html
Thanks,
Dave
Primary changes are:
- no build process on unsupported architectures, and
- fix verbose handling: -v7 is now handled correctly.
In particular, I've just emproyed the way you suggested as below:
>
> Or you could just catch it in the gcore.mk by doing something like
> this:
>
> ARCH=UNSUPPORTED
> ifeq ($(shell arch), x86_64)
> ARCH=SUPPORTED
> endif
> ifeq ($(shell arch), i686)
> ARCH=SUPPORTED
> endif
>
> all: gcore.so
>
> gcore.so: gcore.c
> @if [ ${ARCH} = "UNSUPPORTED" ]; then \
> echo "gcore: architecture not supported"; else \
> echo "do build here..."; fi;
I confirmed this works well on IA64.
Thanks,
HATAYAMA Daisuke
[Text
Documents:0001-verbose-fix-wrong-comparison-with-verbose-max-level.patch]
[Text Documents:0002-verbose-Add-test-cases.patch]
[Text
Documents:0003-x86-Remove-unused-IO_BITMAP_OFFSET-for-build.patch]
[Text
Documents:0004-gcore.mk-Add-conditional-to-identify-supported-and-u.patch]
[Text Documents:0005-test-fix-wrongly-displaying-test-results.patch]