Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: ulf at uclibc.org <ulf@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/patch
Date: Sun, 19 Aug 2007 14:44:59 -0700 (PDT)	[thread overview]
Message-ID: <20070819214459.9F295A467E@busybox.net> (raw)

Author: ulf
Date: 2007-08-19 14:44:58 -0700 (Sun, 19 Aug 2007)
New Revision: 19575

Log:
Replace non-working 'make uninstall' for 'package/patch' with simple 'rm'

Modified:
   trunk/buildroot/package/patch/patch.mk


Changeset:
Modified: trunk/buildroot/package/patch/patch.mk
===================================================================
--- trunk/buildroot/package/patch/patch.mk	2007-08-19 21:24:37 UTC (rev 19574)
+++ trunk/buildroot/package/patch/patch.mk	2007-08-19 21:44:58 UTC (rev 19575)
@@ -18,6 +18,7 @@
 
 $(GNUPATCH_DIR)/.unpacked: $(DL_DIR)/$(GNUPATCH_SOURCE)
 	$(GNUPATCH_CAT) $(DL_DIR)/$(GNUPATCH_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
+	$(CONFIG_UPDATE) $(GNUPATCH_DIR)
 	touch $(GNUPATCH_DIR)/.unpacked
 
 $(GNUPATCH_DIR)/.configured: $(GNUPATCH_DIR)/.unpacked
@@ -54,8 +55,7 @@
 patch: uclibc $(TARGET_DIR)/$(GNUPATCH_TARGET_BINARY)
 
 patch-clean:
-	$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(GNUPATCH_DIR) uninstall
-	-$(MAKE) -C $(GNUPATCH_DIR) clean
+	rm -f $(TARGET_DIR)/$(GNUPATCH_TARGET_BINARY)
 
 patch-dirclean:
 	rm -rf $(GNUPATCH_DIR)

                 reply	other threads:[~2007-08-19 21:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20070819214459.9F295A467E@busybox.net \
    --to=ulf@uclibc.org \
    --cc=buildroot@busybox.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox