Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!julius.cs.uiuc.edu!psuvax1!rutgers!rochester!pt.cs.cmu.edu!o.gp.cs.cmu.edu!MRT.MACH.CS.CMU.EDU!mrt From: mrt@MRT.MACH.CS.CMU.EDU (Mary Thompson) Newsgroups: comp.os.mach Subject: HOw to resolve @sys Message-ID: <1990Nov19.172148.28122@cs.cmu.edu> Date: 19 Nov 90 17:21:48 GMT Sender: netnews@cs.cmu.edu (USENET News Group Software) Reply-To: mrt@MRT.MACH.CS.CMU.EDU (Mary Thompson) Organization: Carnegie Mellon University Lines: 10 On Mach 2.5 systems, the filesystem resolves the name @sys to something like vax_mach, sun3_mach, pmax_mach, ... depending on what machine type you are running on. This works both in AFS (which started it) and on local file systems. If you are not running Mach 2.5 and are always on the same machine type, you can just edit it out of the Makefiles, or Makeconf files (like where there are different object or release areas) or you can make a symlink called @sys to whatever is appropriate. If you are not running Mach 2.5 and are trying to deal with common sources on multiple machine types, then you have a problem. Mary Thompson