1. a884621 build: fix out-of-tree build by Gilles Chanteperdrix · 10 years ago
  2. 95a6145 Remove README.ltp-devel.in and ltp-devel.spec.in by Cyril Hrubis · 10 years ago
  3. 37550cf Remove whitespace at end of line by Chris Dearman · 12 years ago
  4. dbd8b81 Remove bashism in generating Version file by Garrett Cooper · 12 years ago
  5. 3409b0b Fix generation for Version file. by Cyril Hrubis · 13 years ago
  6. 9e06661 Remove executable flag from top level Makefile. by Cyril Hrubis · 13 years ago
  7. cea5107 Well, that didn't work >:(... by Garrett Cooper · 13 years ago
  8. 88ab24f Test patch. by Garrett Cooper · 13 years ago
  9. bb557c6 Add initial work for generating .gitignore on the fly. by Garrett Cooper · 14 years ago
  10. 9d5dac6 Paint myself out of a corner I setup a year ago. by Garrett Cooper · 14 years ago
  11. 54ffa6e Link the scenario-groups directory into the build. by Garrett Cooper · 14 years ago
  12. e03cee0 Fix a cosmetic bug where Version wasn't being generated for by Garrett Cooper · 14 years ago
  13. aee37bb Avoid accidental rm -Rf / regression in last release by calling $(*abspath) on $(INSTALL_DIR) beforehand -- sure it sets it to $(abs_top_srcdir), but it's a lot safer safety net to not clean as opposed to blowing away /. by yaberauneya · 14 years ago
  14. 7279a86 Don't clean up the install directory for now until I unfubar this mess. by yaberauneya · 14 years ago
  15. d1892d7 1. env_pre.mk: Add additional build-tree states and unify them under the $(BUILD_TREE_STATE) variable. by yaberauneya · 14 years ago
  16. 20f26ff Don't install basic scripts if we're doing install-in-tree. by yaberauneya · 14 years ago
  17. 2100fd7 Make some minor corrections for install-in-build-tree. by yaberauneya · 14 years ago
  18. 56b6558 $(MAKE_TARGETS) should depend on lib-all, not lib-install because we shouldn't install libltp until install is called. by yaberauneya · 14 years ago
  19. debd999 1. `make' doesn't call `make all', even though .DEFAULT_GOAL is set via 3.80. by yaberauneya · 14 years ago
  20. f6380f4 1. Resolve some compatibility issues with make 3.80. by yaberauneya · 14 years ago
  21. 4d66038 lib-all shouldn't depend on include-install now... by yaberauneya · 14 years ago
  22. beb3786 Remove uclinux target warning, considering that no uclinux targets exist anymore.. by yaberauneya · 14 years ago
  23. 1c43736 1. Install the testscripts with LTP again. by yaberauneya · 15 years ago
  24. d54919e 1. Fix out-of-build-tree support (hit a few snags). 2. Enable ${bindir} support. by yaberauneya · 15 years ago
  25. 8425281 Stupid typo noticed by Paul Larson. by yaberauneya · 15 years ago
  26. 45c3268 IDcheck.sh failing shouldn't be a hard error. by yaberauneya · 15 years ago
  27. d26b6ec env_pre.mk: Check in, at bare minimum, the needed pieces to point people in the right direction as far as the make 3.81 requirement is concerned. by yaberauneya · 15 years ago
  28. 0d39b83 Commit execltp - a python script that provides a more user friendly alternative to runltp. by yaberauneya · 15 years ago
  29. b0da843 Add runalltests.sh to the install list so it gets installed too. by yaberauneya · 15 years ago
  30. 2f27b05 1. Correct a missing reference in Makefile. by yaberauneya · 15 years ago
  31. b68050b 1. Get rid of useless documentation (the directions are already in INSTALL). by yaberauneya · 15 years ago
  32. 0f42208 Don't forget to copy over IDcheck.sh. by yaberauneya · 15 years ago
  33. f6720f2 Fix issue with $(INSTALL_DIR) being access before it was defined. Was leading to install issues when all hadn't been run yet. by yaberauneya · 15 years ago
  34. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  35. 3420e85 Patch to fix kernbench integration issue: Kernbench script's mode was not getting modified to executable as 'utils install' was missing in LTP Makefile. Hence this patch fixes this issue. Signed-off-by: poornima nayak <mpnayak@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  36. 87e4853 RANLIB isn't a standard Make variable, which means that when it's exported to leaf callers as an empty value, builds fail. testcases/network/lib6/Makefile is a prime example. by yaberauneya · 15 years ago
  37. 3ab801e by yaberauneya · 15 years ago
  38. fcab26f Patch to fix ebizzy compile issue. Signed-Off-By: Poornima Nayak <mpnayak@linux.vnet.ibm.com>. by subrata_modak · 15 years ago
  39. ff5a9a8 create a dummy config.mk when running just `make` by vapier · 15 years ago
  40. 3960cc8 Help text needs updating then ... now we need to run `make autotools`. this will invoke aclocal and automake. we dont actually use automake-generated Makefiles, but the fun helper files (install.sh, config.guess, etc...) come from automake. Here is a quickfix. However, it is not perfect. Could you improve this? Signed-off-by: Masatake YAMATO <yamato@redhat.com>. by subrata_modak · 15 years ago
  41. 36ab22f move documentation from Makefile to INSTALL ... patch by Masatake YAMATO by vapier · 15 years ago
  42. df8759f integrate autotools a bit more so that we can take advantage of the configure by vapier · 15 years ago
  43. aba85b9 I've added small help target to Makefile & INSTALL talking about the new configuration setups. Signed-off-by: Masatake YAMATO <yamato@redhat.com>. by subrata_modak · 16 years ago
  44. be2f1a5 I've added new Makefile target to run both autoconf and autoheader. Signed-off-by: Masatake YAMATO <yamato@redhat.com>. by subrata_modak · 16 years ago
  45. fe018f0 make autotools optional and start a sane config.h by default by vapier · 16 years ago
  46. 3d8666c I've clean my signalfd test case up with autoconf. After applying the patch, do at ltp/ by subrata_modak · 16 years ago
  47. 361210d export CPPFLAGS so it can be used like CFLAGS/normal by vapier · 16 years ago
  48. 8dfa1b3 Addition of move_pages() syscall tests. The updated patch fixes the warning messages and removes the print_bitmask function (it's not used) which causes build errors on powerpc. Signed-off-by: Vijay Kumar B. <vijaykumar@bravegnu.org>. by subrata_modak · 16 years ago
  49. 1490030 setup default RANLIB by vapier · 16 years ago
  50. 5c9f1e0 Addition of SPEC File for creation of LTP-DEVEL RPMs on various Architectures for Standalone development of LTP Unit Testcase. Contributed by George Kraft <gk4@us.ibm.com> by subrata_modak · 16 years ago
  51. c8b42f0 tweak config.mk comment to reflect reality by vapier · 17 years ago
  52. 847ee1c add a note fore uClinux users by vapier · 18 years ago
  53. 1400d64 export a bunch of settings by default that since they are harmless by vapier · 18 years ago
  54. d4e145e allow people to store custom settings in config.mk rather by vapier · 18 years ago
  55. d34d581 Applied fixes by Paul J.Y. Lahaie to implement support for UCLinux by robbiew · 19 years ago
  56. ca90f11 Removed the NPTL check, the suite now handles the NPTL differently, by ignoring by robbiew · 21 years ago
  57. 01e94ed Added LIB_DIR variable to allow users to specify where the libproc.so library should go by robbiew · 21 years ago
  58. 16c1ca2 corrected NPTL section. by robbiew · 21 years ago
  59. 32d492b Relocated the NPTL checking code to the top-level makefile, so the flag is by robbiew · 21 years ago
  60. 0d77717 Corrected so 'make' won't run menu. by robbiew · 21 years ago
  61. 877d188 Added ability to run 'make menuconfig' by simply calling `ltpmenu` when executed. by robbiew · 21 years ago
  62. d2a2909 Applied Vasan Sundar's patch: by robbiew · 21 years ago
  63. c28353f Applied cross-compiler patch from Sundar <vr_sundar@attbi.com> by robbiew · 22 years ago
  64. 640d83c Added tools install section. by iyermanoj · 22 years ago
  65. 9652609 Build tools directory last by iyermanoj · 22 years ago
  66. 16da103 *** empty log message *** by robbiew · 22 years ago
  67. bc4c280 *** empty log message *** by robbiew · 22 years ago
  68. 16dc53f Separate make and make install by plars · 22 years ago
  69. a2592be Added IDcheck to the end. by robbiew · 23 years ago
  70. ded6967 Removed the tests directory. by robbiew · 23 years ago
  71. 41c5121 restructure by plars · 23 years ago
  72. b71247a Added lines to all and clean to build/clean ltctests by plars · 23 years ago
  73. d5d51ca I've applied most of the patch that Urban Widmark <urban@teststation.com> by nstraz · 23 years ago
  74. 00f6d19 Add tools to the list of directories that need building by nstraz · 23 years ago
  75. f307d5f Add pan and associated files. This is a lightweight test harness. It works a by nstraz · 24 years ago
  76. cc2e555 New additions: by alaffin · 24 years ago