* [Buildroot] svn commit: trunk/buildroot/package/patch
@ 2007-08-19 21:44 ulf at uclibc.org
0 siblings, 0 replies; only message in thread
From: ulf at uclibc.org @ 2007-08-19 21:44 UTC (permalink / raw)
To: buildroot
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)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-08-19 21:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-19 21:44 [Buildroot] svn commit: trunk/buildroot/package/patch ulf at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox