All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jacob Gorm Hansen <jacobg@diku.dk>
To: Jacob Gorm Hansen <jacobg@diku.dk>
Cc: xen-devel <xen-devel@lists.sourceforge.net>
Subject: Re: [patch] make make clean remove a few more files
Date: Tue, 15 Feb 2005 15:46:53 -0800	[thread overview]
Message-ID: <421289ED.6070408@diku.dk> (raw)
In-Reply-To: <42125611.7000801@diku.dk>

[-- Attachment #1: Type: text/plain, Size: 81 bytes --]

oops, the last part was unrelated to this change -- new version attached.

Jacob

[-- Attachment #2: makeclean.patch --]
[-- Type: text/plain, Size: 1234 bytes --]

--- orig/Makefile
+++ mod/Makefile
@@ -38,7 +38,7 @@
 install: install-xen install-tools install-kernels install-docs
 
 # build and install everything into local dist directory
-dist: xen tools kernels docs
+dist: xen tools docs
 	$(INSTALL_DIR) $(DISTDIR)/check
 	$(INSTALL_DATA) ./COPYING $(DISTDIR)
 	$(INSTALL_DATA) ./README $(DISTDIR)


--- orig/tools/Makefile
+++ mod/tools/Makefile
@@ -25,6 +25,7 @@
 	$(MAKE) -C ioemu install
 
 clean:
+	$(MAKE) -C check clean
 	$(MAKE) -C libxutil clean
 	$(MAKE) -C libxc clean
 	$(MAKE) -C misc clean


--- orig/tools/xcs/Makefile
+++ mod/tools/xcs/Makefile
@@ -31,7 +31,7 @@
 all: $(BIN) xcsdump
 
 clean:
-	$(RM) *.a *.so *.o *.rpm $(BIN) ctrl_dump
+	$(RM) *.a *.so *.o *.rpm $(BIN) ctrl_dump xcsdump
 
 xcsdump: xcsdump.c
 	$(CC) $(CFLAGS) -o xcsdump xcsdump.c -L$(XEN_LIBXC) -L$(XEN_LIBXUTIL) \


--- orig/xen/Makefile
+++ mod/xen/Makefile
@@ -42,7 +42,7 @@
 	$(MAKE) -C common clean
 	$(MAKE) -C drivers clean
 	$(MAKE) -C arch/$(TARGET_ARCH) clean
-	rm -f include/asm *.o $(TARGET)* *~ core include/xen/compile.h
+	rm -f include/asm *.o $(TARGET)* *~ core include/xen/compile.h include/xen/banner.h
 	rm -f include/asm-*/asm-offsets.h
 	rm -f tools/figlet/*.o tools/figlet/figlet
 

      reply	other threads:[~2005-02-15 23:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-15 20:05 [patch] make make clean remove a few more files Jacob Gorm Hansen
2005-02-15 23:46 ` Jacob Gorm Hansen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=421289ED.6070408@diku.dk \
    --to=jacobg@diku.dk \
    --cc=xen-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.