summaryrefslogtreecommitdiffstats
path: root/package/grep
diff options
context:
space:
mode:
authorHamish Moffatt2008-02-12 01:35:03 +0100
committerHamish Moffatt2008-02-12 01:35:03 +0100
commit03d65319620f61c7757b2b051a3a9d21cba91aab (patch)
tree8086f5c8458278bbc133aa41143251218891c417 /package/grep
parentupdated nios2 gdb support, thanks to Atle Nissestad (diff)
downloadbuildroot-03d65319620f61c7757b2b051a3a9d21cba91aab.tar.gz
buildroot-03d65319620f61c7757b2b051a3a9d21cba91aab.tar.xz
buildroot-03d65319620f61c7757b2b051a3a9d21cba91aab.zip
Run $(CONFIG_UPDATE) after unpacking sources
Patch from Dan Nicolaescu
Diffstat (limited to 'package/grep')
-rw-r--r--package/grep/grep.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/grep/grep.mk b/package/grep/grep.mk
index 1369715f0..ed019b211 100644
--- a/package/grep/grep.mk
+++ b/package/grep/grep.mk
@@ -22,6 +22,7 @@ $(GNUGREP_DIR)/.unpacked: $(DL_DIR)/$(GNUGREP_SOURCE)
mv $(GNUGREP_DIR) $(GNUGREP_DIR).xxx
$(GNUGREP_CAT) $(GNUGREP_DIR).xxx/grep_$(GNUGREP_VERSION).tar.gz | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
rm -rf $(GNUGREP_DIR).xxx
+ $(CONFIG_UPDATE) $(GNUGREP_DIR)
touch $(GNUGREP_DIR)/.unpacked
$(GNUGREP_DIR)/.configured: $(GNUGREP_DIR)/.unpacked