This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: autogen -T ../../trunk/fixincludes/check.tpl ../../trunk/fixincludes/inclhack.def


On Mar 11, 2006, at 11:42 AM, Toon Moene wrote:
Hum, I'd say that contrib/gcc_update should be used, if it wasn't, and that the make files should only have the dependencies if in maintainer mode, and that maintainers should have autogen. Toon would have to give us a hint which part failed him, for me to know just what went wrong.

OK, I confess, I didn't use gcc_update. Will check next time (if I recall).

gcc_update ---touch can be used retroactively. :-)


Oh, I get it:

check : all
        autogen -T $(srcdir)/check.tpl $(srcdir)/inclhack.def
        $(SHELL) ./check.sh $(srcdir)/tests/base
        @rm -f ./check.sh

:-(

Sorry, didn't realize they did this... apologies to all.

It should be something like:

Doing diffs in .:
--- ./Makefile.in.~1~   2005-10-28 08:51:25.000000000 -0700
+++ ./Makefile.in       2006-03-11 13:14:40.000000000 -0800
@@ -126,6 +126,7 @@ fixinc.sh : fixinc.in mkfixinc.sh Makefi
$(srcdir)/fixincl.x: @MAINT@ fixincl.tpl inclhack.def
        cd $(srcdir) ; $(SHELL) ./genfixes
+       cd $(srcdir) ; autogen -T check.tpl inclhack.def
mostlyclean :
        rm -f *.o *-stamp $(AF) $(FI) *~ fixinc.sh
@@ -169,8 +170,7 @@ $(srcdir)/aclocal.m4: @MAINT@ $(srcdir)/
        cp $(srcdir)/../gcc/aclocal.m4 .
check : all
-       autogen -T $(srcdir)/check.tpl $(srcdir)/inclhack.def
-       $(SHELL) ./check.sh $(srcdir)/tests/base
+       $(SHELL) $(srcdir)/check.sh $(srcdir)/tests/base
        @rm -f ./check.sh
install : all
--------------

I think, along with checking in check.sh.

Ok?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]