From: ian Date: Thu, 6 Sep 2001 16:11:29 +0000 (+0000) Subject: Make work on islay (compiler is gcc, xloadt includes more stuff). X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=223847ab2dee8e7a84bfeb35f076d50f40fd8b22;p=ian-dotfiles.git Make work on islay (compiler is gcc, xloadt includes more stuff). --- diff --git a/autotitle/Makefile b/autotitle/Makefile index 209d7a7..6a82f13 100644 --- a/autotitle/Makefile +++ b/autotitle/Makefile @@ -2,6 +2,7 @@ INSTALLDIR= $(HOME)/bin INSTALLED= $(INSTALLDIR)/autotitle X11= /usr/X11R6 +CC= gcc CPPFLAGS= $(OPTIONS) -I$(X11)/include CFLAGS= $(OPTIMISE) OPTIMISE= -O2 diff --git a/files/personal_scripts_bin_xloadt b/files/personal_scripts_bin_xloadt index 6ec1de7..b019a29 100755 --- a/files/personal_scripts_bin_xloadt +++ b/files/personal_scripts_bin_xloadt @@ -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) { diff --git a/misc/Makefile b/misc/Makefile index d9649c2..64249b7 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -2,6 +2,7 @@ INSTALLDIR= $(HOME)/bin TARGETS= with-lock-ex close3onwards +CC= gcc CPPFLAGS= $(OPTIONS) CFLAGS= $(OPTIMISE) OPTIMISE= -O2