automake
[Top][All Lists]
Advanced

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

creating the $(SUBDIRS) at runtime?


From: Harald Dunkel
Subject: creating the $(SUBDIRS) at runtime?
Date: Thu, 06 Oct 2005 14:54:55 +0200
User-agent: Debian Thunderbird 1.0.2 (X11/20050402)

Hi folks,

I would like to create the directories for some
$SUBDIRS as needed at runtime, e.g.

        :
        SUBDIRS = mydir

        mydir/Makefile: FORCE
                ${INSTALL} -d mydir
                generate $@
        :

Unfortunately Automake complains about the missing
directories in the source tree.

Of course the workaround is easy, but I wonder why
Automake tries to verify whether a source directory
exists?

(Part of the problem is that CVS doesn't allow to
rename files or directories, so I would like to avoid
checking in empty directories.)


Many thanx

Harri




reply via email to

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