Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.questions Subject: Re: Make and '#' Message-ID: <7729@auspex.auspex.com> Date: 10 May 91 01:26:14 GMT References: <470@mailgzrz.tu-berlin.de> <1991May7.202818.10562@ssd.kodak.com> Organization: Auspex Systems, Santa Clara Lines: 11 >FCFLAGS = ... -W0,-inline,\#,-type ... > >works in SunOS Works in SunOS 4.x, and in pre-4.x SunOS with the "SunPro make", anyway. In 4.x, "/usr/old/make", which is basically an S5R2-vintage "make", doesn't handle it, which means AT&T-derived "make"s (the V7-flavored one in BSD, and the ones in S5, and the ones in most other UNIXes) probably don't handle it, but Sun's newer "make" ("remotely from S5", as the comment on the SCCS header lines in the source says; there's not much AT&T code left, if any) does.