source: drbl-hadoop-live/Makefile @ 151

Last change on this file since 151 was 151, checked in by jazz, 14 years ago
  • modified Makefile:
    • clean up build.log and error.log
  • modified test-live-helper.sh
    • change hook to chroot-hook
    • testing binary-hook
  • add install-openbox to chroot-hook
    • it's weired that the openbox and xterm related packages are not installed by lh_build. So add this script to make sure these packages will be installed.
File size: 144 bytes
Line 
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
7  sudo rm build.log error.log
Note: See TracBrowser for help on using the repository browser.