Blame | Last modification | View Log | Download
#!/bin/sh## DeltaLink script file for building DECODER module#clear# check if the environment variables are setif [ ${BUILD:=null} = 'null' -o \${PROJECTS:=null} = 'null' -o \${FLINK:=null} = 'null' -o \${FLOPT:=null} = 'null' ]thenecho ''echo Projects environment variables not set !!!!echo ''exit 1fi/usr/opt/ultrix/usr/bin/make -f decoder.mak $1/usr/opt/ultrix/usr/bin/make -f decoder.mak install