[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Patch 3/3 for topic/libposix
From: |
Bruce Korb |
Subject: |
Patch 3/3 for topic/libposix |
Date: |
Thu, 11 Nov 2010 17:15:18 -0800 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.12) Gecko/20100914 SUSE/3.0.8 Thunderbird/3.0.8 |
Hi Gary, et al.,
This patch removes modules/libposix and libposix/configure.ac,
creating these files on the fly instead. Since the module
file is now created by capturing the output of posix-modules,
I also removed the validation from the libposix/bootstrap
script. I also augmented it to follow through with building
the distro with a "--distro" option. In fact:
cd libposix ; ./bootstrap --all
will just do it all.
With the previous test patches, "make check" passes.
The reason for recreating configure.ac, by the way, is that
I just found it a lot easier to capture the git-version-gen
output and insert the value with a here-doc instead of
messing with an unmodified ".in" file and using sed.
It wasn't a big enough file to make it worth the bother.
Regards, Bruce
0003-Rewrite-bootstrap-to-create-the-libposix-module-file.patch
Description: Text Data
- Patch 3/3 for topic/libposix,
Bruce Korb <=