automake
[Top][All Lists]
Advanced

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

Patch: make dist in subdirs before handling the current directory


From: Robert Collins
Subject: Patch: make dist in subdirs before handling the current directory
Date: Fri, 6 Apr 2001 08:25:10 +1000

Changelog:
    * distdir.am: Recurse into subdirs before handling files in the
current directory.

This patch reverses the order of subdir processing with current
directory files for the make dist target. This should allow make dist
with _SOURCES targets like foo/a.c or foo/bar/a.c. It' won't help with
_SOURCES targets like ../foo/bar/a.c where ../foo/bar is created by the
Makfile in ../foo and that hasn't been called yet.

A possible solution for that would be to call those makefiles?

Also attached is an updated test - my previous test was for subdir
sources with only one Makefile, which still fails because the subdir
isn't created.

Rob

Attachment: distdirsubdir.patch
Description: Binary data

Attachment: subobj5.test
Description: Binary data


reply via email to

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