From f2bd63e21028dba3ff719766a142df6d933e7c99 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Fri, 21 Apr 2006 23:40:32 +0000 Subject: [PATCH] - orphaned, outdated Changed files: dqs-PLD-Makefile -> 1.2 dqs-install.patch -> 1.2 --- dqs-PLD-Makefile | 224 ---------------------------------------------- dqs-install.patch | 16 ---- 2 files changed, 240 deletions(-) delete mode 100755 dqs-PLD-Makefile delete mode 100644 dqs-install.patch diff --git a/dqs-PLD-Makefile b/dqs-PLD-Makefile deleted file mode 100755 index ae06815..0000000 --- a/dqs-PLD-Makefile +++ /dev/null @@ -1,224 +0,0 @@ -INSTALL_DIR=$(DESTDIR)/usr/bin -BIN_DIR=$(DESTDIR)/usr/bin -CONF_DIR=$(DESTDIR)/etc/dqs -DOC_DIR=$(DESTDIR)/usr/share/doc/dqs -LIB_DIR=$(DESTDIR)/usr/lib -MAN1_DIR=$(DESTDIR)/usr/share/man/man1 -MAN3_DIR=$(DESTDIR)/usr/share/man/man3 -ROOT=0 -DQS_ROOT=0 -SYSGRP=0 -DQS_SYSGRP=0 -CC=cc -CFLAGS=-g -LFLAGS= -# the next line is a "majic-cookie" - don't remove it -#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -# sets up an arc dependant subdirectory under DQS/ARCS -# ans builds the default distribution - -default : - UTIL/make_arcs make CC=$(CC) -f Makefile - -#****************************************************** -# dirs - Make Install Directories - -dirs: - -mkdir -p $(INSTALL_DIR) $(ARC_DIR) $(BIN_DIR) - -mkdir -p $(DOC_DIR) $(LIB_DIR) $(MAN1_DIR) $(MAN3_DIR) - -mkdir -p $(CONF_DIR) - -chmod 755 $(CONF_DIR) - -#****************************************************** -# config - Configure DQS - -config: - cd CONFIG;make clean;make CC=$(CC);./config;cd .. - -#****************************************************** -# config - Configure DQS - -host_ck: - $(CC) -o CONFIG/host_ck CONFIG/host_ck.c;CONFIG/host_ck - -#****************************************************** -# unconfig - Unconfigure DQS - -unconfig: - cd CONFIG;make clean;make CC=$(CC);./config -u;cd .. - -#****************************************************** -# sets up an arc dependant subdirectory under DQS/ARCS -# ans builds the DQS checpointing library - -ckpt: - UTIL/make_arcs make CC=$(CC) -f Makefile $@ - -#****************************************************** -# install the default distribution - -installbin: dirs - UTIL/make_arcs make CC=$(CC) -f Makefile $@ \ - BIN_DIR=$(BIN_DIR) DQS_ROOT=$(DQS_ROOT) \ - DQS_SYSGRP=$(DQS_SYSGRP) - -#****************************************************** -# install the sample conf files - -installconf: dirs - UTIL/install -o $(DQS_ROOT) -g $(DQS_SYSGRP) \ - -m 744 SRC/conf_file $(CONF_DIR)/conf_file - UTIL/install -o $(DQS_ROOT) -g $(DQS_SYSGRP) \ - -m 744 SRC/resolve_file $(CONF_DIR)/resolve_file - UTIL/install -o $(DQS_ROOT) -g $(DQS_SYSGRP) \ - -m 700 SRC/key_file $(CONF_DIR)/key_file - -#****************************************************** -# installall - -installall: installbin installconf - - -#****************************************************** -clean: - rm -r -f ARCS - cd CONFIG; make -f Makefile clean - cd SRC; make -f Makefile clean - cd UTIL; make -f Makefile clean - cd UTIL/TEST; make -f Makefile clean - rm -f *~ manifest *.out Part* *.tar *.Z *.gz OUT core typescript - rm -r -f CVS.tar.gz CONFIG/usr - -###################################################### -###################################################### -###################################################### -# multi-architecture makes - -#****************************************************** -# pall - Parrallel Make -# uses "rsh" to make binaries for multiple arcs concurrently -# see .PMakefile -# output from all makes placed in the file OUT -# ex: -# make pall -# make pdirs -# make pinstallbin -# make pinstallall - -pall: - @$(MAKE) -f Makefile rdist - @cd UTIL;$(MAKE) -f Makefile pmake - UTIL/pmake .PMakefile OUT - -#****************************************************** -# pdirs - Parallel Make Dirs - -pdirs: - @cd UTIL;$(MAKE) -f Makefile pmake - UTIL/pmake .PMakefile OUT dirs - -#****************************************************** -#pinstallbin - Parallel Install Bin - -pinstallbin: - @cd UTIL;$(MAKE) -f Makefile pmake - UTIL/pmake .PMakefile OUT installbin - -#****************************************************** -# pinstallall - Parallel Installal - -pinstallall: - @cd UTIL;$(MAKE) -f Makefile pmake - UTIL/pmake .PMakefile OUT installall - -###################################################### -###################################################### -###################################################### -# the rest of these are for development only -# read the disclaimers before using them! - -#****************************************************** -# builds the user_interface and design docs. -# also builds a set of DQS function man pages -# and reference docs. -# DON'T DO THIS UNLESS YOU HAVE LATEX and DVIPS! -# otherwise you will trash the preformatted docs! - -doc: - cd SRC; make -f Makefile $@ - -#****************************************************** -# make the readme file(already done for distribution) -# DON'T DO THIS UNLESS YOU HAVE LATEX and DVIPS! -# otherwise you will trash the preformatted docs! - -readme: - cd DOC/readme; make CC=$(CC) -f Makefile $@ - -#****************************************************** -# this is really just for development -# DON'T DO THIS UNLESS YOU HAVE LATEX and DVIPS! -# otherwise you will trash the preformatted docs! - -everything: dqs ckpt installbin \ - installlib installman1 \ - installman3 installdoc - -#****************************************************** -# this is really just for development -# DON'T DO THIS UNLESS YOU HAVE LATEX and DVIPS! -# otherwise you will trash the preformatted docs! - -distribution: readme doc clean - -#****************************************************** - -backup: gzip - cp DQS.tar.gz /ds9/a/users/queuing/DQS.tar.gz.`date +%m.%d.%y.%H:%M` - -#****************************************************** - -backupcvs: - cd /margit/c/users/dqs;tar -cvf CVS.tar CVS; \ - rm -f CVS.tar.gz; /usr/local/bin/gzip CVS.tar; \ - cp CVS.tar.gz /ds9/a/users/queuing/CVS.tar.gz.`date +%m.%d.%y.%H:%M` - -#****************************************************** - -rdist: clean - cd .. ;/usr/ucb/rdist -f DQS/.distfile - -#****************************************************** - -manifest: clean - cd ..;/usr/local/bin/findsrc -dy -oDQS/manifest DQS; - -#****************************************************** - -tar: manifest - cd ..;tar -cvf DQS.tar DQS; mv DQS.tar DQS; \ - cd DQS;compress DQS.tar - -#****************************************************** - -gzip: manifest - cd ..;tar -cvf DQS.tar DQS; mv DQS.tar DQS; \ - cd DQS;/usr/local/bin/gzip DQS.tar - -#****************************************************** - -fd0: gzip - gnutar -cvMf /dev/fd0 DQS.tar.gz - -#****************************************************** - -fd1: gzip - gnutar -cvMf /dev/fd1 DQS.tar.gz - -#****************************************************** - -cvsfd0: - rm -f CVS.tar.gz - gnutar -czvf CVS.tar.gz /margit/c/users/dqs/CVS - gnutar -cvMf /dev/fd0 CVS.tar.gz - diff --git a/dqs-install.patch b/dqs-install.patch deleted file mode 100644 index 11929c4..0000000 --- a/dqs-install.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -urN DQS3/UTIL/install DQS3-new/UTIL/install ---- DQS3/UTIL/install Tue Aug 18 16:39:14 1998 -+++ DQS3-new/UTIL/install Mon Mar 19 17:02:22 2001 -@@ -29,12 +29,6 @@ - - echo "------------$CP $1 $2" - $CP $1 $2 --echo "------------$CHOWN $2" --$CHOWN $2 --echo "------------$CHGRP $2" --$CHGRP $2 --echo "------------$CHMOD $2" --$CHMOD $2 - - exit 0 - -- 2.43.0