Commit 39e73137 by Nathanael Nerode

Makefile.in: Add more comments separating large conceptually separate sections.

	* Makefile.in: Add more comments separating large conceptually
	separate sections.

From-SVN: r72192
parent c2e494a8
2003-10-07 Nathanael Nerode <neroden@gcc.gnu.org> 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.in: Clean up thread file logic.
* configure: Regenerate. * configure: Regenerate.
......
...@@ -3312,6 +3312,10 @@ TAGS: lang.tags ...@@ -3312,6 +3312,10 @@ TAGS: lang.tags
mv tmp-tags/* .; \ mv tmp-tags/* .; \
rmdir tmp-tags) rmdir tmp-tags)
# ------------------------------------------------------
# Bootstrap-related targets (not used during 'make all')
# ------------------------------------------------------
# A list of files to be destroyed during "lean" builds. # A list of files to be destroyed during "lean" builds.
VOL_FILES=`echo $(BACKEND) $(OBJS) $(C_OBJS) $(LIBCPP_OBJS) *.c *.h gen*` VOL_FILES=`echo $(BACKEND) $(OBJS) $(C_OBJS) $(LIBCPP_OBJS) *.c *.h gen*`
...@@ -3807,8 +3811,10 @@ risky-stage4: stage4 ...@@ -3807,8 +3811,10 @@ risky-stage4: stage4
.PHONY: risky-stage1 risky-stage2 risky-stage3 risky-stage4 .PHONY: risky-stage1 risky-stage2 risky-stage3 risky-stage4
.PHONY: stagefeedback stageprofile .PHONY: stagefeedback stageprofile
# -----------------------------------------------------
# Rules for generating translated message descriptions. # Rules for generating translated message descriptions.
# Disabled by autoconf if the tools are not available. # Disabled by autoconf if the tools are not available.
# -----------------------------------------------------
XGETTEXT = @XGETTEXT@ XGETTEXT = @XGETTEXT@
GMSGFMT = @GMSGFMT@ GMSGFMT = @GMSGFMT@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment