Document 'distclean-stage[N]'
authorThomas Schwinge <thomas@codesourcery.com>
Wed, 26 Oct 2022 11:07:27 +0000 (13:07 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Fri, 28 Oct 2022 07:15:10 +0000 (09:15 +0200)
commit0c112651f665be9948086f25f99d4e88c94716bd
tree36f7175c8bf0689b0fe4ba653584012b20acbefd
parentc6567d2ce983651e1e416daf047c7d7b39e0c9b9
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]'.
gcc/doc/makefile.texi