source: hadoop4win-setup/Makefile @ 232

Last change on this file since 232 was 145, checked in by jazz, 14 years ago

experient Makefile

File size: 467 bytes
Line 
1VERSION=0.1.1
2
3all: full net
4
5full:
6  cp hadoop-*.tar.gz hadoop4win-setup/my_packages/hadoop/.
7  cp jdk*.zip hadoop4win-setup/my_packages/jdk/.
8  zip -r hadoop4win-setup-full_${VERSION}.zip hadoop4win-setup
9
10net:
11  rm -f hadoop4win-setup/my_packages/hadoop/hadoop-*.tar.gz
12  rm -f hadoop4win-setup/my_packages/jdk/jdk*.zip
13  zip -r hadoop4win-setup-net_${VERSION}.zip hadoop4win-setup
14
15clean:
16  rm -f hadoop4win-setup-full_${VERSION}.zip hadoop4win-setup-net_${VERSION}.zip
Note: See TracBrowser for help on using the repository browser.