patches for OSF1 'make install'

From: Matthew Liggett <mliggett_at_zircon.chem.indiana.edu>
Date: Mon, 14 Nov 1994 15:07:00 -0500

I compiled STk 2.1.4 on our OSF1 machine (a DEC Alpha) today and all
went well until the install. The problems seem to be in DEC's
implementations of sed and install, but here is what I fixed to make it
go:

output of "uname -a":
  OSF1 pearl V2.0 240 alpha

Newlines added to: (sed barfed on these because of no newline on last line)
  Lib/socket.stk
  Lib/tk-init.stk
  Lib/STk.init
  Demos/small-ed.stk

File patched because of OSF1's braindead install:
  STklos/Makefile
The patch (context diff):

*** Makefile Mon Nov 14 15:02:57 1994
--- Makefile.BAK Mon Nov 14 14:58:43 1994
***************
*** 25,34 ****
  
  install:
        -if [ ! -d $(LIB_STKLOS) ] ; then mkdir -p $(LIB_STKLOS); fi
! for i in stklos.stk describe.stk Tk/*.stk Tk/Composite/*.stk ; \
! do \
! $(INSTALL) $$i $(LIB_STKLOS); \
! done
  
  clean:
        _at_/bin/rm -f *~ core stklos.so
--- 25,33 ----
  
  install:
        -if [ ! -d $(LIB_STKLOS) ] ; then mkdir -p $(LIB_STKLOS); fi
! $(INSTALL) stklos.stk $(LIB_STKLOS)
! $(INSTALL) describe.stk $(LIB_STKLOS)
! $(INSTALL) Tk/*.stk Tk/Composite/*.stk $(LIB_STKLOS)
  
  clean:
        _at_/bin/rm -f *~ core stklos.so
Received on Mon Nov 14 1994 - 21:08:26 CET

This archive was generated by hypermail 2.3.0 : Mon Jul 21 2014 - 19:38:59 CEST