> > see debian/rules.unpack in the gcc-4.1 source for a list, plus the
> > INSTALL directory needs to be removed.
> 
> I've tried to provide a patch that fixes this.  I took the list of files
> from the gcc-4.1 package and wrote new Makefile snippet to "clean" the
> included tarballs.  The patch is attached.
> 
> However, after cleaning it this way, the build fails very early:

I didn't check the gcc-avr build system; the gcc-4.1 source re-creates
the removed texi files as empty or dummy files so that the build can
succeed.

ifeq ($(GFDL_INVARIANT_FREE),yes)
        rm -f $(srcdir)/gcc/doc/*.1
        rm -f $(srcdir)/gcc/doc/*.info
        for i in $(gfdl_texinfo_files); do \
          cp debian/dummy.texi $(srcdir)/$$i; \
        done
        for i in $(gfdl_toplevel_texinfo_files); do \
          n=$$(basename $$i .texi); \
          sed "s/@name@/$$n/g" debian/gcc-dummy.texi > $(srcdir)/$$i; \
        done
        cp debian/porting.* $(srcdir)/libstdc++-v3/docs/html/17_intro/
endif


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to