From: Nathanael Nerode Date: Tue, 7 Oct 2003 13:30:00 +0000 (+0000) Subject: Makefile.in: Add more comments separating large conceptually separate sections. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=39e7313709dfda368480694ba7efc994d10e09ac;p=gcc.git Makefile.in: Add more comments separating large conceptually separate sections. * Makefile.in: Add more comments separating large conceptually separate sections. From-SVN: r72192 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f9269010157..bfd7f69cb61 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2003-10-07 Nathanael Nerode + * Makefile.in: Add more comments separating large conceptually + separate sections. + * configure.in: Clean up thread file logic. * configure: Regenerate. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index bdd8dd6b9d7..0fd10b884da 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -3312,6 +3312,10 @@ TAGS: lang.tags mv tmp-tags/* .; \ rmdir tmp-tags) +# ------------------------------------------------------ +# Bootstrap-related targets (not used during 'make all') +# ------------------------------------------------------ + # A list of files to be destroyed during "lean" builds. VOL_FILES=`echo $(BACKEND) $(OBJS) $(C_OBJS) $(LIBCPP_OBJS) *.c *.h gen*` @@ -3807,8 +3811,10 @@ risky-stage4: stage4 .PHONY: risky-stage1 risky-stage2 risky-stage3 risky-stage4 .PHONY: stagefeedback stageprofile +# ----------------------------------------------------- # Rules for generating translated message descriptions. # Disabled by autoconf if the tools are not available. +# ----------------------------------------------------- XGETTEXT = @XGETTEXT@ GMSGFMT = @GMSGFMT@