Samba 2.0.0 Beta5 released.

Tim Rice tim at trr.metro.NET
Thu Dec 31 04:56:12 GMT 1998


On Thu, 31 Dec 1998, Jeremy Allison wrote:

> The Samba Team is pleased to announce Samba 2.0.0 Beta5
> 
> This is the fifth of (hopefully) a short series of Beta
> releases of the 2.0.0 code and incorporates bug fixes and
> changes from feedback gained from the earlier betas.
> 
> Show-stopper bugs notwithstanding, this is expected to be

Looks like a cut and paste problem with Makefile.in
....
Makefile:297: *** missing separator.  Stop.
....

@BROKEN_CC@	-mv `basename $@` $@
	      ^
	      A tab, not spaces.

patch attached.

-- 
Tim Rice			Multitalents	(707) 887-1469 (voice)
tim at trr.metro.net
-------------- next part --------------
*** Makefile.in.old	Wed Dec 30 20:19:51 1998
--- Makefile.in	Wed Dec 30 20:46:40 1998
***************
*** 293,299 ****
  	@echo Compiling $*.c
  	@$(CC) -I. -I$(srcdir) $(FLAGS) -c $< \
  	  -o $@ @MAINT@ -Wp,-MD,.deps/$@
! @BROKEN_CC@   -mv `basename $@` $@
  @MAINT@	@sed 's|^'`echo $@ | sed 's,.*/,,'`':|$@:|' \
  @MAINT@	  <.deps/$@ >.deps/$@d && \
  @MAINT@	rm -f .deps/$@ && : >.deps/.stamp
--- 293,299 ----
  	@echo Compiling $*.c
  	@$(CC) -I. -I$(srcdir) $(FLAGS) -c $< \
  	  -o $@ @MAINT@ -Wp,-MD,.deps/$@
! @BROKEN_CC@	-mv `basename $@` $@
  @MAINT@	@sed 's|^'`echo $@ | sed 's,.*/,,'`':|$@:|' \
  @MAINT@	  <.deps/$@ >.deps/$@d && \
  @MAINT@	rm -f .deps/$@ && : >.deps/.stamp
***************
*** 307,313 ****
  	@echo Compiling $*.c with @PICFLAG@
  	@$(CC) -I. -I$(srcdir) $(FLAGS) @PICFLAG@ -c $< \
  	  -o $*.po.o @MAINT@ -Wp,-MD,.deps/$@
! @BROKEN_CC@   -mv `basename $@` $@
  @MAINT@	@sed 's|^'`echo $*\.po\.o | sed 's,.*/,,'`':|$@:|' \
  @MAINT@	  <.deps/$@ >.deps/$@d && \
  @MAINT@	rm -f .deps/$@ && : >.deps/.stamp
--- 307,313 ----
  	@echo Compiling $*.c with @PICFLAG@
  	@$(CC) -I. -I$(srcdir) $(FLAGS) @PICFLAG@ -c $< \
  	  -o $*.po.o @MAINT@ -Wp,-MD,.deps/$@
! @BROKEN_CC@	-mv `basename $@` $@
  @MAINT@	@sed 's|^'`echo $*\.po\.o | sed 's,.*/,,'`':|$@:|' \
  @MAINT@	  <.deps/$@ >.deps/$@d && \
  @MAINT@	rm -f .deps/$@ && : >.deps/.stamp


More information about the samba-technical mailing list