[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-739-g8776a0d

Jelmer Vernooij jelmer at samba.org
Mon Feb 11 14:53:46 GMT 2008


The branch, v4-0-test has been updated
       via  8776a0d2badca9ebf39e27ba5e845d0f76f0834e (commit)
      from  e779cf4724610b5d737102d1f55d1367744b188a (commit)

http://gitweb.samba.org/?samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 8776a0d2badca9ebf39e27ba5e845d0f76f0834e
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Mon Feb 11 15:52:34 2008 +0100

    Print warning when config.status doesn't exist and the user tries to
    run make.

-----------------------------------------------------------------------

Summary of changes:
 source/Makefile |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/Makefile b/source/Makefile
index e734b01..a5f32e1 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -164,6 +164,10 @@ uninstallheader::
 uninstallman::
 	@$(SHELL) $(srcdir)/script/uninstallman.sh $(DESTDIR)$(mandir) $(MANPAGES)
 
+config.status:
+	@echo "config.status does not exist. Please run ./configure."
+	@/bin/false
+
 data.mk: config.status $(MK_FILES)
 	./config.status
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list