Author hanwen
Recipients
Date 2006-12-05.23:45:27
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Agreed. I have never seen $DESTDIR prefixed with / in makefiles, so this patch should go in.

I don't see the point of making --prefix relative. 
you can do 

 --prefix=`cd ../relative ; pwd` 

if you need relative.

Putting relative paths in makefiles is asking for trouble, as the Makefile will call other makefiles in subdirectories, which would need to pass extra ../ overrides of prefix.
 
History
Date User Action Args
2007-08-23 15:53:28adminlinkissue1520879 messages
2007-08-23 15:53:28admincreate