Re: clean building the download files 2.18.0



On Sun, 2007-03-18 at 15:59 +0000, B.S.J.W. Stephenson wrote:
> To whoever
>     I have just made clean in desktop !!
> Nothing will now link up , or build properly linked !
> How should I proceed , to make a complete re-build ?

Hmm, I'm not sure if I understand you. Is this what you did?

$ cd garnome-2.18.0/
$ cd desktop/
$ make clean

Also, what do you mean exactly by that description? How does it not
build properly? What about the linking?

FWIW, if the above really is, what you did, then it will result in the
entire desktop/ directory being cleaned and re-set to the state exactly
like it has been when extracting the GARNOME tarball.

However, this is not a good idea, if you want to build additional
applications after that. GARNOME is a build environment, and the
dependencies are provided by this environment. When building any
application from GARNOME, it will make sure that all dependencies are
built as well -- which means the "build root" directory, the extracted
GARNOME tarball. It does not check if the dependencies are installed
somewhere in the currently set $PATH.

If you are low on disk space, and your goal was to not keep all the
extracted source directories around, you actually want to have a look at
the BUILD_CLEAN switch in gar.conf.mk. Running 'make clean' is not the
solution.

  guenther


-- 
char *t="\10pse\0r\0dtu\0  ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]