Displaying 2 results from an estimated 2 matches for "_clean".
Did you mean:
clean
2012 Feb 22
5
[PATCH] Add gtags target for xen/Makefile. Also update .hgignore.
...install clean distclean cscope TAGS tags MAP
-build install debug clean distclean cscope TAGS tags MAP::
+.PHONY: build install clean distclean cscope TAGS tags MAP gtags
+build install debug clean distclean cscope TAGS tags MAP gtags::
$(MAKE) -f Rules.mk _$@
.PHONY: _build
@@ -67,7 +67,7 @@ _clean: delete-unfresh-files
.PHONY: _distclean
_distclean: clean
- rm -f tags TAGS cscope.files cscope.in.out cscope.out cscope.po.out
+ rm -f tags TAGS cscope.files cscope.in.out cscope.out cscope.po.out gtags.files GTAGS GPATH GRTAGS GSYMS
$(TARGET).gz: $(TARGET)
gzip -f -9 < $< > $@....
2013 Sep 12
10
[PATCH] xen/build: Remove hacked up version of figlet
...clude/xen/banner.h
xen/include/xen/compile.h
-xen/tools/figlet/figlet
xen/tools/symbols
xen/xsm/flask/include/av_perm_to_string.h
xen/xsm/flask/include/av_permissions.h
diff --git a/xen/Makefile b/xen/Makefile
index 597972d..a3058f1 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -86,7 +86,6 @@ _clean: delete-unfresh-files
$(MAKE) -f $(BASEDIR)/Rules.mk -C arch/$(TARGET_ARCH) clean
rm -f include/asm *.o $(TARGET) $(TARGET).gz $(TARGET)-syms *~ core
rm -f include/asm-*/asm-offsets.h
- [ -d tools/figlet ] && rm -f .banner*
.PHONY: _distclean
_distclean: clean
@@ -113,14 +112,8 @@...