Fixed clean-all targets.
This commit is contained in:
parent
650134b41f
commit
db187c7455
3 changed files with 6 additions and 6 deletions
|
@ -955,7 +955,7 @@ chapter7: chapter6 $bootscripttools
|
|||
chapter8: chapter7 $bootabletools
|
||||
|
||||
clean-all: clean
|
||||
rm -rf ./{${PROGNAME}-commands,logs,${PROGNAME}-Makefile,clfs.xsl,makefile-functions,packages,patches}
|
||||
rm -rf ./{clfs-commands,logs,Makefile,*.xsl,makefile-functions,packages,patches}
|
||||
|
||||
clean: clean-chapter4 clean-chapter3 clean-chapter2
|
||||
|
||||
|
@ -1026,7 +1026,7 @@ makesys: $testsuitetools $basicsystem $bootscripttools $bootabletools
|
|||
|
||||
|
||||
clean-all: clean
|
||||
rm -rf ./{${PROGNAME}-commands,logs,${PROGNAME}-Makefile,clfs.xsl,makefile-functions,packages,patches}
|
||||
rm -rf ./{clfs-commands,logs,Makefile,*.xsl,makefile-functions,packages,patches}
|
||||
|
||||
clean: clean-makesys clean-makeboot clean-jhalfs
|
||||
|
||||
|
|
|
@ -562,7 +562,7 @@ chapter6: chapter5 $chapter6
|
|||
chapter7: chapter6 $chapter7
|
||||
|
||||
clean-all: clean
|
||||
rm -rf ./{hlfs-commands,logs,Makefile,hlfs.xsl,patcheslist.xsl,functions,packages,patches}
|
||||
rm -rf ./{hlfs-commands,logs,Makefile,*.xsl,patcheslist.xsl,makefile-functions,packages,patches}
|
||||
|
||||
clean: clean-chapter7 clean-chapter6 clean-chapter5 clean-chapter3
|
||||
|
||||
|
|
|
@ -339,7 +339,7 @@ chapter6: chapter5 $chapter6
|
|||
chapter789: chapter6 $chapter789
|
||||
|
||||
clean-all: clean
|
||||
rm -rf ./{lfs-commands,logs,Makefile,dump-lfs-scripts.xsl,functions,packages,patches}
|
||||
rm -rf ./{lfs-commands,logs,Makefile,*.xsl,makefile-functions,packages,patches}
|
||||
|
||||
clean: clean-chapter789 clean-chapter6 clean-chapter5 clean-chapter4
|
||||
|
||||
|
|
Reference in a new issue