From aedba35dce3434f8870541b98373643ab0835b61 Mon Sep 17 00:00:00 2001 From: Guido Draheim Date: Sun, 23 Aug 2009 12:55:18 +0000 Subject: [PATCH] compilefarm is no more. --- ChangeLog | 1 + Makefile.mk | 73 ----------------------------------------------------- 2 files changed, 1 insertion(+), 73 deletions(-) diff --git a/ChangeLog b/ChangeLog index 67f8ddc..085bbbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2009-08-23 guidod + * Makefile.mk: remove some old stuff related to the compilefarm * zziplib.spec: prepare 0.13.58 * add ports/symbian-S60/zziplib-symbian.zip (thanks to Rangel Reale) * switch from CVS to SVN (!!!!) and update some docs/*.htm files diff --git a/Makefile.mk b/Makefile.mk index 234601b..1a8a035 100644 --- a/Makefile.mk +++ b/Makefile.mk @@ -32,76 +32,3 @@ configsub : cp ../savannah.config/config.guess uses/config.guess cp ../savannah.config/config.sub uses/config.sub -cf = $(cf_fedora) -cf_debian = x86-linux1 -cf_fedora = x86-linux2 -cf_freebsd = x86-freebsd1 -cf_netbsd = x86-netbsd1 -cf_openbsd = x86-openbsd1 -cf_amd64 = amd64-linux1 -cf_alpha = usf-cf-alpha-linux-1 -cf_powermac = ppc-osx3 -cf_powerpc = openpower-linux1 -cf_sparc = sparc-solaris1 -cf_solaris = x86-solaris1 -linux = $(cf_fedora) $(cf_debian) $(cf_amd64) $(cf_powerpc) $(cf_alpha) -bsd = $(cf_freebsd) $(cf_netbsd) $(cf_openbsd) $(cf_powermac) -sun = $(cf_sparc) $(cf_solaris) -all = $(linux) $(sun) $(bsd) -list = all - - -_paths_ = export PATH=$$PATH:X/bin -_includes_ = CPPFLAGS=\"-IX/include -IX/include/ncurses\" -sparc-solaris1-gcc-path = $(subst X,/usr/local,$(_paths_)); -x86-solaris1-gcc-path = $(subst X,/usr/local,$(_paths_)); -sparc-solaris1-cc-path = $(subst X,/opt/SUNWspro,$(_paths_)); -x86-solaris1-cc-path = $(subst X,/opt/SUNWspro,$(_paths_)); -sparc-solaris1-gcc-conf = $(subst X,/usr/local,$(_includes_)); -x86-solaris1-gcc-conf = $(subst X,/usr/local,$(_includes_)); -sparc-solaris1-cc-conf = $(subst X,/opt/SUNWspro,$(_includes_)); -x86-solaris1-cc-conf = $(subst X,/opt/SUNWspro,$(_includes_)); -cf_compiler=gcc -cf_configure = sh configure $($(cf)-$(cf_compiler)-conf) $(args) -cf_profile = $(cf_get_uname); $($(cf)-$(cf_compiler)-path) -cf_get_uname = uname -msr -cf_unpacked = $(PACKAGE)-$(VERSION) -cf : cf-upload cf-system-all -cf-upload: ; scp $(PUB)$(PACKAGE)-$(VERSION).tar.bz2 cf-shell.sf.net: -cf-unpack: ; ssh cf-shell.sf.net \ - ssh $(cf) "'tar xjvf $(PACKAGE)-$(VERSION).tar.bz2 2>&1'" -cf-configure: ; ssh cf-shell.sf.net \ - ssh $(cf) "'$(cf_profile) cd $(cf_unpacked) && $(cf_configure) 2>&1'" -cf-build: ; ssh cf-shell.sf.net \ - ssh $(cf) "'$(cf_profile) cd $(cf_unpacked) && make 2>&1'" -cf-check: ; ssh cf-shell.sf.net \ - ssh $(cf) "'$(cf_profile) cd $(cf_unpacked) && make check 2>&1'" -cf-clean: ; ssh cf-shell.sf.net \ - ssh $(cf) "'$(cf_profile) cd $(cf_unpacked) && make clean 2>&1'" -cf-distclean: ; ssh cf-shell.sf.net \ - ssh $(cf) "'$(cf_profile) cd $(cf_unpacked) && rm -rf *.d 2>&1'" -cf-prep: dist cf-upload cf-unpack -cf-wipe: ; ssh cf-shell.sf.net \ - ssh $(cf) "'$(cf_profile) rm -rf $(cf_unpacked)/ 2>&1'" -cf-system: ; ssh cf-shell.sf.net \ - ssh $(cf) "'$(cf_profile) $(cf_get_uname) | sed \"s,^,: $(cf) = ,\"'" -cf-configure-all: - echo $@: `date` "====================" > cf.log - @ for cf in $($(list)) ; do echo $(MAKE) cf-configure cf=$$cf \ - ; sleep 1; $(MAKE) cf-configure cf=$$cf \ - | sed -e "s|^|$$cf: |" | tee -a cf.log ; done -cf-build-all: - echo $@: `date` "====================" >> cf.log - @ for cf in $($(list)) ; do echo $(MAKE) cf-build cf=$$cf \ - ; sleep 1; $(MAKE) cf-build cf=$$cf \ - | sed -e "s|^|$$cf: |" | tee -a cf.log ; done -cf-check-all: - echo $@: `date` "====================" >> cf.log - @ for cf in $($(list)) ; do echo $(MAKE) cf-check cf=$$cf \ - ; sleep 1; $(MAKE) cf-check cf=$$cf \ - | sed -e "s|^|$$cf: |" | tee -a cf.log ; done -cf-system-all: - echo $@: `date` "====================" >> cf.log - @ for cf in $($(list)) ; do echo $(MAKE) cf-configure cf=$$cf \ - ; sleep 1 ; $(MAKE) cf-system cf=$$cf \ - | sed -e "s|^|$$cf: |" | tee -a cf.log ; done -- 2.40.0