source: drbl-hadoop-live/Makefile @ 150

Last change on this file since 150 was 150, checked in by jazz, 14 years ago
  • modified test-live-helper.sh
    • add chroot hook to install jdk and hadoop
  • add hook/install-hadoop
    • chroot hook for jdk and hadoop
  • add Makefile
    • some simple rules for build and clean
File size: 115 bytes
RevLine 
[150]1all: clean
2  sudo ./test-live-helper.sh > build.log 2> error.log
3
4clean:
5  sudo lh clean --purge
6  sudo rm -rf config
Note: See TracBrowser for help on using the repository browser.