bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

creation of a directory


From: Boris Kolpackov
Subject: creation of a directory
Date: Thu, 29 Jan 2004 17:36:16 -0600
User-agent: Mutt/1.5.4i

Good day,

I was wondering if there is a valid reason for the following makefile
not to work.

hello : | foo/

hello :
        @echo hello

%/ :
        mkdir $*

thanks,
-boris

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]