Menu

#7 support DESTDIR

open
nobody
None
5
2007-12-24
2007-12-24
No

the convention in the autotool world is to install in another tree via DESTDIR:
make install DESTDIR=/some/place

currently, ROOTDIR exists that does this same thing ... i dont know if you care about backwards compatibility, but either ROOTDIR can be changed completely to DESTDIR, or you can do something like:
ROOTDIR = $(DESTDIR)
and then both methods work fine

Discussion

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.