Re: [ROOT] Problem building form source

From: Christian Holm Christensen (cholm@hehi03.nbi.dk)
Date: Wed Mar 26 2003 - 01:00:29 MET


Hi Valeri,

"Valeri Fine" <fine@bnl.gov> wrote concerning
  RE: [ROOT] Problem building form source [Tue, 25 Mar 2003 14:10:09 -0800] 
----------------------------------------------------------------------
> Very likely one forgot "@echo" command some where in the
>  cint/Module.mk  makefile.

Erh, no!  As I wrote in my previous mail, these are messages from
`make' _warning_ the user that certain files `-include'ed into the
Makefile don't exist.  Those you can not guard yourself against via
the `@' feature.  Try this small Makefile and see what I mean:

  #
  #
  #
  @include does_not_exist
  
  all:
  	echo "Foo"
  	rm -f does_not_exist
  
  does_not_exist:
  	touch $@
  #
  # EOF
  # 
 
you should see 

  Makefile:4: does_not_exist: No such file or directory
  touch does_not_exist
  echo "Foo"
  Foo
  rm -f does_not_exist
  
> > -----Original Message-----
> > From: owner-roottalk@pcroot.cern.ch
> [mailto:owner-roottalk@pcroot.cern.ch]
> > On Behalf Of Alberto Garcia Raboso
> > Sent: Tuesday, March 25, 2003 8:57 AM
> > To: roottalk@pcroot.cern.ch
> > Subject: [ROOT] Problem building form source
> > 
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
> > 
> >                       The return of the King. J.R.R. Tolkien
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Alberto, you should really _really_ remove that spoiler!

Yours, 

 ___  |  Christian Holm Christensen 
  |_| |	 -------------------------------------------------------------
    | |	 Address: Sankt Hansgade 23, 1. th.  Phone:  (+45) 35 35 96 91
     _|	          DK-2200 Copenhagen N       Cell:   (+45) 24 61 85 91
    _|	          Denmark                    Office: (+45) 353  25 305
 ____|	 Email:   cholm@nbi.dk               Web:    www.nbi.dk/~cholm
 | |



This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:10 MET