mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-08 19:26:38 +02:00
Add generated filelistDIR.lst to list of files to delete for clean
git-svn-id: trunk@38753 -
This commit is contained in:
parent
3455c82b88
commit
fb683c3adc
@ -585,6 +585,7 @@ clean_test:
|
|||||||
clean: clean_sources fpc_clean
|
clean: clean_sources fpc_clean
|
||||||
$(MAKE) clean_test CPU_TARGET=$(TEST_CPU_TARGET) OS_TARGET=$(TEST_OS_TARGET) SUBARCH=$(TEST_SUBARCH)
|
$(MAKE) clean_test CPU_TARGET=$(TEST_CPU_TARGET) OS_TARGET=$(TEST_OS_TARGET) SUBARCH=$(TEST_SUBARCH)
|
||||||
$(MAKE) -C tstunits clean CPU_TARGET=$(TEST_CPU_TARGET) OS_TARGET=$(TEST_OS_TARGET) SUBARCH=$(TEST_SUBARCH)
|
$(MAKE) -C tstunits clean CPU_TARGET=$(TEST_CPU_TARGET) OS_TARGET=$(TEST_OS_TARGET) SUBARCH=$(TEST_SUBARCH)
|
||||||
|
-$(DEL) filelisttest.lst filelisttbs.lst filelisttbf.lst filelistwebtbs.lst filelistwebtbf.lst
|
||||||
|
|
||||||
distclean: clean fpc_distclean
|
distclean: clean fpc_distclean
|
||||||
$(DELTREE) output
|
$(DELTREE) output
|
||||||
|
Loading…
Reference in New Issue
Block a user