Rev 5527 | Blame | Compare with Previous | Last modification | View Log | RSS feed
#!/bin/sh## Script to create links to programs required by the build environment.#/bin/rm -f ./sh ; ln -s /bin/ksh sh/bin/rm -f ./mkdir ; ln -s /bin/mkdir mkdir/bin/rm -f ./pwd ; ln -s /bin/pwd pwd/bin/rm -f ./rm ; ln -s /bin/rm rm/bin/rm -f ./rmdir ; ln -s /bin/rmdir rmdir/bin/rm -f ./chmod ; ln -s /usr/bin/chmod chmod/bin/rm -f ./mv ; ln -s /usr/bin/mv mv/bin/rm -f ./rpcgen ; ln -s /usr/bin/rpcgen rpcgen/bin/rm -f ./md5sum ; ln -s /opt/csw/bin/gmd5sum md5sum/bin/rm -f ./gtar ; ln -s /opt/csw/bin/gtar gtar/bin/rm -f ./make ; ln -s ./xmake make/bin/rm -f ./gmake ; ln -s ./xmake gmake## Local files# cp - A gnu cp. Supports cp -d# mkdepend - An ERG utility# cmdfile - An ERG utility#