Makefile.in: Add more comments separating large conceptually separate sections.
authorNathanael Nerode <neroden@gcc.gnu.org>
Tue, 7 Oct 2003 13:30:00 +0000 (13:30 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Tue, 7 Oct 2003 13:30:00 +0000 (13:30 +0000)
* Makefile.in: Add more comments separating large conceptually
separate sections.

From-SVN: r72192

gcc/ChangeLog
gcc/Makefile.in

index f9269010157ac43a858665f6be234dd6b743a7d7..bfd7f69cb61203df351ee648e6e6d784b3668e42 100644 (file)
@@ -1,5 +1,8 @@
 2003-10-07  Nathanael Nerode  <neroden@gcc.gnu.org>
 
+       * Makefile.in: Add more comments separating large conceptually
+       separate sections.
+
        * configure.in: Clean up thread file logic.
        * configure: Regenerate.
 
index bdd8dd6b9d7ab05111e6a0965788e3e87676ebbc..0fd10b884da31cdc09e6d7ba5db9b92b40bb9ce4 100644 (file)
@@ -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@