compiling GNOME after CVS update
- From: Andrew Clausen <clausen alphalink com au>
- To: gnome-list gnome org
- Subject: compiling GNOME after CVS update
- Date: Sat, 29 Aug 1998 19:37:39 +1000
I wrote a PERL script to compile my newly updated CVS respository. Does
this look right? (Note:
it's run as root)
The reason I ask is that lots of things seem to be broken that no-ones
complaining about. I just added "make distclean" (untested). Will this
help?
#! /usr/bin/perl
@compile_list = (
"ORBit",
"imlib",
"glib",
"gtk+",
"gtk--",
"gnome-libs",
"gnome-objc",
"gnome-core",
"gnome-guile",
"gnome-admin",
"gnome-games",
"gnome-media",
"gnome-network",
"gnome-utils",
"ee",
"audiofile",
"atech",
"achtung",
"form-maker",
"ggv",
"gnome-http",
"gimp"
);
for (@compile_list) {
print "\n";
print "-" x 60, "\n";
print "MAKING AND INSTALLING $_...\n";
print "-" x 60, "\n";
system "su - gnomecvs -c \"cd $_; make distclean; ./autogen.sh
--prefix=/usr/local; make\"";
system "cd ~gnomecvs/$_; make install; /sbin/ldconfig";
}
Andrew Clausen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]