From owner-freebsd-hackers Fri Apr 21 20:56:42 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA02190 for hackers-outgoing; Fri, 21 Apr 1995 20:56:42 -0700 Received: (from hsu@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA02180 ; Fri, 21 Apr 1995 20:56:41 -0700 Date: Fri, 21 Apr 1995 20:56:41 -0700 From: Jeffrey Hsu Message-Id: <199504220356.UAA02180@freefall.cdrom.com> To: jkh@freefall.cdrom.com, rgrimes@gndrsh.aac.dev.com Subject: Re: Any objection to adding a .undef(VARNAME) to make? Cc: hackers@freefall.cdrom.com Sender: hackers-owner@FreeBSD.org Precedence: bulk It sure would help if you read psd:12 from your 4.4 manual set if your going to do much more with Make. On page 12-7 you will see #undef variable described. Note that our make uses .undef, and I have tested it, and it works. Why do we use . instead of #? I've installed pmake on my system, but it's not a straight drop-in replacement for make due to this and other differences. Jeffrey