[Buildroot] svn commit: trunk/buildroot/package/grep

ninevoltz at uclibc.org ninevoltz at uclibc.org
Thu Mar 6 10:11:51 PST 2008


Author: ninevoltz
Date: 2008-03-06 10:11:51 -0800 (Thu, 06 Mar 2008)
New Revision: 21197

Log:
cleanup grep makefile

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


Changeset:
Modified: trunk/buildroot/package/grep/grep.mk
===================================================================
--- trunk/buildroot/package/grep/grep.mk	2008-03-06 18:11:21 UTC (rev 21196)
+++ trunk/buildroot/package/grep/grep.mk	2008-03-06 18:11:51 UTC (rev 21197)
@@ -23,7 +23,7 @@
 	$(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
+	touch $@
 
 $(GNUGREP_DIR)/.configured: $(GNUGREP_DIR)/.unpacked
 	(cd $(GNUGREP_DIR); rm -rf config.cache; \
@@ -49,7 +49,7 @@
 		--disable-perl-regexp \
 		--without-included-regex \
 	)
-	touch $(GNUGREP_DIR)/.configured
+	touch $@
 
 $(GNUGREP_DIR)/$(GNUGREP_BINARY): $(GNUGREP_DIR)/.configured
 	$(MAKE) -C $(GNUGREP_DIR)



More information about the buildroot mailing list