[git commit master 1/1] fix removal of sgtty.h
Carmelo AMOROSO
carmelo.amoroso at st.com
Mon Mar 7 17:37:36 UTC 2011
On 3/4/2011 1:27 PM, Carmelo AMOROSO wrote:
> On 3/4/2011 1:18 PM, Peter S.Mazinger wrote:
> >
> > commit:
> > http://git.uclibc.org/uClibc/commit/?id=ad7e468ca0aefd1adfebc7a87c249ef330e2362d
> > branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master
> >
> > Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
> > ---
> > Makefile.in | 4 +++-
> > 1 files changed, 3 insertions(+), 1 deletions(-)
> >
> > diff --git a/Makefile.in b/Makefile.in
> > index 3f18795..65dd4fd 100644
> > --- a/Makefile.in
> > +++ b/Makefile.in
> > @@ -222,6 +222,9 @@ HEADERS_RM- := \
> > rpc/des_crypt.h \
> > rpc/key_prot.h \
> > rpc/rpc_des.h
> > +ifeq ($(UCLIBC_STRICT_HEADERS),y)
> > +HEADERS_RM- += sgtty.h
> > +endif
> > HEADERS_RM-$(HAVE_SHARED) += dlfcn.h bits/dlfcn.h
> > HEADERS_RM-$(PTHREADS_DEBUG_SUPPORT) += thread_db.h
> > HEADERS_RM-$(UCLIBC_HAS_BSD_ERR) += err.h
> > @@ -234,7 +237,6 @@ HEADERS_RM-$(UCLIBC_HAS_FLOATS) += complex.h fpu_control.h
> > ieee754.
> > bits/uClibc_fpmax.h \
> > bits/math*.h
> > HEADERS_RM-$(findstring y,$(UCLIBC_HAS_FTW)$(UCLIBC_HAS_NFTW)) += ftw.h
> > -HEADERS_RM-$(findstring y,$(UCLIBC_STRICT_HEADERS)) += sgtty.h
> > HEADERS_RM-$(UCLIBC_HAS_GETTEXT_AWARENESS) += libintl.h
> > HEADERS_RM-$(UCLIBC_HAS_GLIBC_CUSTOM_PRINTF) += printf.h
> > HEADERS_RM-$(UCLIBC_HAS_GLOB) += glob.h
> > --
> > 1.7.3.4
> >
>
> Hi Peter,
>
> I think it should be
>
> HEADERS_RM-$(UCLIBC_STRICT_HEADERS) += sgtty.h
>
> Ciao
>
Just fixed on master.
carmelo
>
> > _______________________________________________
> > uClibc-cvs mailing list
> > uClibc-cvs at uclibc.org
> > http://lists.busybox.net/mailman/listinfo/uclibc-cvs
> >
> _______________________________________________
> uClibc-cvs mailing list
> uClibc-cvs at uclibc.org
> http://lists.busybox.net/mailman/listinfo/uclibc-cvs
>
More information about the uClibc-cvs
mailing list