Bugs item #1888979, was opened at 2008-02-07 13:36
Message generated for change (Comment added) made by vapier
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=103382&aid=1888979&group_id=3382

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: George Kraft IV (gk4)
Assigned to: Nobody/Anonymous (nobody)
Summary: implement DESTDIR in Makefiles

Initial Comment:
It is customary to implement DESTDIR in Makefiles.  I would like to be able to 
execute the following:

make DESTDIR=/opt/ibm/ltp install

I believe automake would have set this up.


----------------------------------------------------------------------

Comment By: Mike Frysinger (vapier)
Date: 2008-02-11 11:27

Message:
Logged In: YES 
user_id=114429
Originator: NO

switching ltp to automake really isnt desirable or needed

ltp also isnt designed to be installed in the first place ... you build it
up locally and run it

many test cases need to be run by root in order to be useful at all which
sort of defeats the purpose of it being a package in the first place

standalone test cases should not exist ... they should be integrated into
ltp proper

----------------------------------------------------------------------

Comment By: George Kraft IV (gk4)
Date: 2008-02-07 13:56

Message:
Logged In: YES 
user_id=4500
Originator: YES

make install does not install anything, it just creates a bunch of
symbolic links.   The symbolic links in the build tree should be done
during the normal "make" pass.

make install should install in DESTDIR with the default being /usr/local/ 
 It should install libltp, headers, runltp, and pan.

I would like to be able to create a standalone LTP test case and be able
to run it with what was previously built and installed.  Ultimately I would
like to have a rpm package of ltp.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=103382&aid=1888979&group_id=3382

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to