Path: utzoo!attcan!uunet!husc6!uwvax!oddjob!ncar!ames!pasteur!ucbvax!hplabs!hpda!hpsemc!bd From: bd@hpsemc.HP.COM (bob desinger) Newsgroups: comp.sys.hp Subject: Re: problems with make Message-ID: <1250008@hpsemc.HP.COM> Date: 23 May 88 23:37:54 GMT References: <12407@sri-spam.istc.sri.com> Organization: HP Technology Access Center, Cupertino, CA Lines: 14 Steve DeJarnett (steve@polyslo.UUCP) writes: > Of course, if you are 'blessed' with having an HP-9000/500, this > won't work at all, since there is no /hp-ux (or anything of the sort). You're right about the lack of kernel on the s500; all the more reason to use the /bin/hp9000s*00 programs: # Which machine are we on? (second version) IFHP300 = if hp9000s300 2>/dev/null; then IFHP500 = if hp9000s500 2>/dev/null; then IFHP800 = if hp9000s800 2>/dev/null; then IFSUN3 = if sun3 2>/dev/null; then -- bd