[CLUE-Tech] Samba-PDC/win2k help
    Lynn Danielson 
    lynnd at techangle.com
       
    Fri Mar  1 10:53:10 MST 2002
    
    
  
Dan,
the following message was recently posted to the samba list.
'Thought you might find it useful.
Lynn
-------- Original Message --------
Subject: Re: [Samba] best way to work with cvs?
Date: Fri, 1 Mar 2002 08:08:48 -0600 (CST)
From: Gerald Carter <jerry at samba.org>
To: David Edward Shapiro <David.Edward.Shapiro at btitele.com>
CC: "'samba at lists.samba.org'" <samba at lists.samba.org>,	"'samba-technical at lists.samba.org'" 
<samba-technical at lists.samba.org>
On Fri, 1 Mar 2002, David Edward Shapiro wrote:
 > I use a script to get the lastest samba:
 >
 > #!/usr/bin/ksh
 > echo "\npassword: cvs\n"
 > cvs -d :pserver:cvs at pserver.samba.org:/cvsroot login
 > cvs -z5 -d :pserver:cvs at pserver.samba.org:/cvsroot co samba
After you check it out once, you only need
	cvs update -d -P
 > Are there any other commands I could tack on or something I should do
 > differently to make sure I am getting correct rebuilds?
 >
 > For example, should I tack on at the end:
 > cd /usr/local/samba/source
 > autoconf
 >
 > or should I run some make commands?
To rebuild my latest CVS tree I have a script
#!/bin/sh
##
## ./build-me
##
make realclean
/bin/rm config.cache
env CFLAGS="-Wall" ./configure --enable-debug \
         --with-pam \
         --with-smbmount \
         --with-msdfs \
	--with-ldapsam \
&& make proto \
&& make
jerry
  ---------------------------------------------------------------------
  Hewlett-Packard                                     http://www.hp.com
  SAMBA Team                                       http://www.samba.org
  --                                            http://www.plainjoe.org
  "Sam's Teach Yourself Samba in 24 Hours" 2ed.      ISBN 0-672-32269-2
  --"I never saved anything for the swim back." Ethan Hawk in Gattaca--
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba
-- 
Lynn Danielson
lynnd at ihs.com
(303)397-2330
    
    
More information about the clue-tech
mailing list