Skip to content
Snippets Groups Projects
Commit 0c112651 authored by Thomas Schwinge's avatar Thomas Schwinge
Browse files

Document 'distclean-stage[N]'

Refer to 'Makefile.tpl':

    # Rules to wipe a stage and all the following ones, also used for cleanstrap
    [+ IF prev +]distclean-stage[+prev+]:: distclean-stage[+id+] [+ ENDIF prev +]
    .PHONY: distclean-stage[+id+]
    distclean-stage[+id+]::
    	@: $(MAKE); $(stage)
    	@test "`cat stage_last`" != stage[+id+] || rm -f stage_last
    	rm -rf stage[+id+]-* [+
    	  IF compare-target +][+compare-target+] [+ ENDIF compare-target +]

	gcc/
	* doc/makefile.texi (Makefile Targets): Document
	'distclean-stage[N]'.
parent c6567d2c
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment