From 20eda74d5cf85ae3811f18acd40fe92b7aa59081 Mon Sep 17 00:00:00 2001 From: Antti Kantee Date: Mon, 12 Oct 2015 23:27:47 +0000 Subject: [PATCH] g/c targets we don't use They're not maybe a bad idea, but need to be more generic than just being in one subdirectory. --- platform/xen/xen/Makefile | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/platform/xen/xen/Makefile b/platform/xen/xen/Makefile index fdbd1d8..b812098 100644 --- a/platform/xen/xen/Makefile +++ b/platform/xen/xen/Makefile @@ -111,22 +111,3 @@ clean: arch_clean rm -f $(OBJ_DIR)/*.o *~ $(OBJ_DIR)/core rm -f $(OBJ_DIR)/minios.lds rm -f include/xen include/mini-os/machine - rm -f tags TAGS - -define all_sources - ( find . -follow -name SCCS -prune -o -name '*.[chS]' -print ) -endef - -.PHONY: cscope -cscope: - $(all_sources) > cscope.files - cscope -k -b -q - -.PHONY: tags -tags: - $(all_sources) | xargs ctags - -.PHONY: TAGS -TAGS: - $(all_sources) | xargs etags - -- 2.39.5