[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [MINIOS PATCH 1/3] Makefile: simplify all_sources macro
There is no SCCS file. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b783684..a8ae67c 100644 --- a/Makefile +++ b/Makefile @@ -175,7 +175,7 @@ clean: arch_clean define all_sources - ( find . -name SCCS -prune -o -name '*.[chS]' -print ) + ( find . -name '*.[chS]' -print ) endef .PHONY: cscope -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |