Re: [cc65] THE Makefile V1.2 available - was: automatic generation of makefile dependencies

From: Oliver Schmidt <ol.sc1web.de>
Date: 2011-06-01 23:18:34
Hi Greg,

> To Oliver:
>
> The "mkdir" and "rmdir" commands should be handled in the same way that
> "rm" is handled.  Define and use:
>
> MKDIR ?= mkdir -p
> RMDIR ?= rmdir

They "could" be handled that way, but it's not correct to say they
"should" because - intentionally - there's an implizit variable RM but
no MKDIR / RMDIR:
http://www.gnu.org/software/make/manual/make.html#Implicit-Variables

Regards,
Oliver
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Wed Jun 1 23:18:44 2011

This archive was generated by hypermail 2.1.8 : 2011-06-01 23:18:47 CEST