chiark / gitweb /
Make work on islay (compiler is gcc, xloadt includes more stuff).
authorian <ian>
Thu, 6 Sep 2001 16:11:29 +0000 (16:11 +0000)
committerian <ian>
Thu, 6 Sep 2001 16:11:29 +0000 (16:11 +0000)
autotitle/Makefile
files/personal_scripts_bin_xloadt
misc/Makefile

index 209d7a7afed93c9f37e0a300a69837bf75f512f1..6a82f1377678ce5bda244b36053db7c8512c17e2 100644 (file)
@@ -2,6 +2,7 @@ INSTALLDIR=     $(HOME)/bin
 INSTALLED=     $(INSTALLDIR)/autotitle
 X11=           /usr/X11R6
 
+CC=            gcc
 CPPFLAGS=      $(OPTIONS) -I$(X11)/include
 CFLAGS=                $(OPTIMISE)
 OPTIMISE=      -O2
index 6ec1de7281365560f7325e9166eb4d0c47d57caf..b019a29e75413948087c9c422b3f76e91c7a4324 100755 (executable)
@@ -6,7 +6,7 @@ xlsclients | egrep \
 xload -geometry 120x120+@@
 
 @hostlist= ($ncipher eq 'bos' ? qw(viking dover pell arrakis) :
-            $ncipher eq 'cam' ? qw(jura) :
+            $ncipher eq 'cam' ? qw(jura islay dover dounreay) :
             qw(davenant anarres));
 for ($i=0; $i<@hostlist; $i++) { last if $hostlist[$i] eq $nodename; }
 if ($i>=@hostlist) {
index d9649c2fd2822d9999f982b7fd2531352e7a7e8b..64249b7162bbff046ceed5ef339b6569ec0ac9ab 100644 (file)
@@ -2,6 +2,7 @@ INSTALLDIR=     $(HOME)/bin
 
 TARGETS=       with-lock-ex close3onwards
 
+CC=            gcc
 CPPFLAGS=      $(OPTIONS)
 CFLAGS=                $(OPTIMISE)
 OPTIMISE=      -O2