bug-readline
[Top][All Lists]
Advanced

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

[Bug-readline] bug with make distclean


From: THOUMIN Damien
Subject: [Bug-readline] bug with make distclean
Date: Fri, 18 Dec 2009 17:15:31 +0100

Hi all,

 

I’m with the latest version of readline (readline-6.0).

I invoked building with :

cd /full/path/to/readline

./configure --prefix=$(shell pwd)

make

 

All work  perfectly.

Next, to clean my work, I do “make distclean” and it remove some files in doc/ because of the rule:

maybe-clean:

      -if test "X$(topdir)" != "X$(BUILD_DIR)"; then \

            $(RM) $(DIST_DOCS); \

      fi

 

In doc/Makefile, I have :

topdir = ..

BUILD_DIR = /full/path/to/readline/

 

We can see that, the string is really different but point to the same directory!

It is possible to fix this problem with some options in the ‘configure’?

 

Regards.

 

 

Damien THOUMIN | Software engineer | IPANEMA Technologies

 


reply via email to

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