|
|
1.1 ! root 1: #!/bin/sh ! 2: INIT=${1-no} ! 3: TOP=../../.. ! 4: (cd $TOP/util/imake;make) ! 5: (cd $TOP/util/patch;make Makefile;make) ! 6: (cd $TOP/util/makedepend;make Makefile;make) ! 7: (cd $TOP/util/makedepend; make depend;make) ! 8: if [ x$INIT = xinit ] ; then ! 9: chmod +w $TOP/lib/Xtk/Imakefile ! 10: $TOP/util/patch/patch $TOP/lib/Xtk/Imakefile << END ! 11: *** /tmp/Imakefile Mon Sep 14 11:40:03 1987 ! 12: --- ../lib/Xtk/Imakefile Mon Sep 14 11:48:39 1987 ! 13: *************** ! 14: *** 2,7 **** ! 15: --- 2,8 ---- ! 16: #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' ! 17: ! 18: CDEBUGFLAGS = -g ! 19: + CC = pcc ! 20: ! 21: SUBDIRS = clients ! 22: ! 23: END ! 24: chmod +w $TOP/server/ddx/mi/miregion.c ! 25: $TOP/util/patch/patch $TOP/server/ddx/mi/miregion.c << END ! 26: *** /tmp/miregion.c Mon Sep 14 11:18:09 1987 ! 27: --- ddx/mi/miregion.c Mon Sep 14 10:47:34 1987 ! 28: *************** ! 29: *** 289,295 **** ! 30: { ! 31: do ! 32: { ! 33: ! *pPrevBox++ = *pCurBox++; ! 34: } while (pCurBox != pRegEnd); ! 35: } ! 36: ! 37: --- 289,297 ---- ! 38: { ! 39: do ! 40: { ! 41: ! *pPrevBox = *pCurBox; ! 42: ! pPrevBox++; ! 43: ! pCurBox++; ! 44: } while (pCurBox != pRegEnd); ! 45: } ! 46: ! 47: END ! 48: fi ! 49: (cd $TOP;make Makefiles;make depend)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.