Bugs item #1888979, was opened at 2008-02-07 12:36 Message generated for change (Comment added) made by gk4 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: George Kraft IV (gk4) Date: 2008-02-07 12: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
