mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 22:23:54 +01:00 
			
		
		
		
	Remove files on distclean with the Makefile of their directory.
This commit is contained in:
		| @@ -166,8 +166,8 @@ distclean: clean | ||||
| 	$(MAKE) -C locale distclean | ||||
| 	$(MAKE) -C lib-src distclean | ||||
| 	test ! -f tests/Makefile || $(MAKE) -C tests distclean | ||||
| 	$(MAKE) -C src distclean | ||||
|  | ||||
| 	rm -f Makefile src/Makefile lib-src/Makefile | ||||
| 	rm -f locale/Makefile src/configunix.h | ||||
| 	rm -f Makefile | ||||
| 	rm -f config.log config.status config.cache | ||||
|  | ||||
|   | ||||
| @@ -196,6 +196,7 @@ distclean: | ||||
| 	test ! -f soundtouch/Makefile || $(MAKE) -C soundtouch distclean | ||||
| 	test ! -f twolame/Makefile || $(MAKE) -C twolame distclean | ||||
| 	rm -f @LOCAL_LIBS@ | ||||
| 	rm -f Makefile | ||||
|  | ||||
| # list here all the targets that aren't actually files to be made | ||||
| .PHONY: portsmf-recursive eexpat-recursive FileDialog-recursive \ | ||||
|   | ||||
| @@ -341,6 +341,9 @@ clean: | ||||
| 	rm -rf $(OBJS) $(LIBAUDACITY_OBJS) | ||||
| 	rm -f libaudacity.a AudacityHeaders.h.gch | ||||
|  | ||||
| distclean: clean | ||||
| 	rm -f configunix.h Makefile | ||||
|  | ||||
| # | ||||
| # Rule for compiling C++ files | ||||
| # | ||||
|   | ||||
		Reference in New Issue
	
	Block a user