automake-patches
[Top][All Lists]
Advanced

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

FYI: fix target-cflags.test failure on NetBSD


From: Alexandre Duret-Lutz
Subject: FYI: fix target-cflags.test failure on NetBSD
Date: Tue, 24 Sep 2002 21:37:11 +0200
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-debian-linux-gnu)

As we documented it a few weeks ago in the Autoconf manual, the
obj/ directory causes troubles when using BSD make.

I'm installing the following patch, which fix a failure on
NetBSD.
2002-09-24  Alexandre Duret-Lutz  <address@hidden>

        * tests/target-cflags.test: Build in `build/', not `obj/' because
        `obj/' is special to BSD make.

Index: tests/target-cflags.test
===================================================================
RCS file: /cvs/automake/automake/tests/target-cflags.test,v
retrieving revision 1.11
diff -u -r1.11 target-cflags.test
--- tests/target-cflags.test    8 Sep 2002 13:07:56 -0000       1.11
+++ tests/target-cflags.test    24 Sep 2002 19:33:59 -0000
@@ -61,9 +61,9 @@
 $ACLOCAL
 $AUTOCONF
 $AUTOMAKE -a
-mkdir obj
+mkdir build
 
-cd obj
+cd build
 ../configure
 $MAKE
 ./foo

-- 
Alexandre Duret-Lutz





reply via email to

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