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

ninevoltz at uclibc.org ninevoltz at uclibc.org
Thu Mar 6 18:23:39 UTC 2008


Author: ninevoltz
Date: 2008-03-06 10:23:39 -0800 (Thu, 06 Mar 2008)
New Revision: 21225

Log:
cleanup rxvt makefile

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


Changeset:
Modified: trunk/buildroot/package/rxvt/rxvt.mk
===================================================================
--- trunk/buildroot/package/rxvt/rxvt.mk	2008-03-06 18:23:13 UTC (rev 21224)
+++ trunk/buildroot/package/rxvt/rxvt.mk	2008-03-06 18:23:39 UTC (rev 21225)
@@ -36,7 +36,7 @@
 	$(RXVT_CAT) $(DL_DIR)/$(RXVT_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
 	toolchain/patch-kernel.sh $(RXVT_DIR) package/rxvt/ \*.patch
 	$(CONFIG_UPDATE) $(RXVT_DIR)/autoconf
-	touch $(RXVT_DIR)/.unpacked
+	touch $@
 
 $(RXVT_DIR)/.configured: $(RXVT_DIR)/.unpacked
 	(cd $(RXVT_DIR); rm -rf config.cache; \
@@ -55,7 +55,7 @@
 		--disable-resources \
 		--disable-memset \
 	)
-	touch $(RXVT_DIR)/.configured
+	touch $@
 
 $(RXVT_BINARY): $(RXVT_DIR)/.configured
 	$(MAKE) CC=$(TARGET_CC) -C $(RXVT_DIR)




More information about the buildroot mailing list