[Buildroot] [git commit master] vsftpd: create .configured stamp file

Peter Korsgaard jacmet at sunsite.dk
Sat Oct 3 21:05:58 UTC 2009


commit: http://git.buildroot.net/buildroot/commit/?id=3a24e0385b5c72348cf2c6d3792d98fe90b31605
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Ensures that the configure+make steps are not run every time.

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/vsftpd/vsftpd.mk |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/vsftpd/vsftpd.mk b/package/vsftpd/vsftpd.mk
index ed35d5f..3b1d7eb 100644
--- a/package/vsftpd/vsftpd.mk
+++ b/package/vsftpd/vsftpd.mk
@@ -42,10 +42,12 @@ endif
 else # not uclibc
 	$(SED) 's,.*__UCLIBC_.*,,g' $(VSFTPD_DIR)/builddefs.h
 endif
+	touch $@
 
 
 $(VSFTPD_DIR)/$(VSFTPD_BINARY): $(VSFTPD_DIR)/.configured
 	$(MAKE) CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)" LIBS="$(VSFTPD_LIBS)" -C $(VSFTPD_DIR)
+	touch -c $@
 
 $(TARGET_DIR)/$(VSFTPD_TARGET_BINARY): $(VSFTPD_DIR)/$(VSFTPD_BINARY)
 	cp -dpf $< $@
-- 
1.6.3.3




More information about the buildroot mailing list