CVS 2_2 error in Makefile

Mike Pain mtp at blaby.gov.uk
Tue Jan 29 09:39:11 GMT 2002


2.2.3pre has an omission in the Makefile - make revert does not restore the
winbind executables.  Here is a patch in diff -u format to fix this.



--- Makefile.in.orig    Tue Jan 29 09:33:02 2002
+++ Makefile.in Tue Jan 29 17:10:20 2002
@@ -680,8 +680,8 @@

 # revert to the previously installed version
 revert:
-       @$(SHELL) $(srcdir)/script/revert.sh $(SBINDIR) $(SPROGS)
-       @$(SHELL) $(srcdir)/script/revert.sh $(BINDIR) $(PROGS) $(SCRIPTS)
+       @$(SHELL) $(srcdir)/script/revert.sh $(SBINDIR) $(SPROGS)
${WINBIND_SPROGS}
+       @$(SHELL) $(srcdir)/script/revert.sh $(BINDIR) $(PROGS) $(SCRIPTS)
${WINBIND_PROGS}

 installman:
        @$(SHELL) $(srcdir)/script/installman.sh $(MANDIR) $(srcdir)
"@ROFF@"



Mike



**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This message has been scanned for viruses.
Blaby District Council - 0116 275 0555
**********************************************************************





More information about the samba-technical mailing list