/[sysadmin-cookbook]/recepies/zfs/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /recepies/zfs/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 122 by dpavlin, Sun May 17 12:51:33 2009 UTC revision 123 by dpavlin, Mon Aug 10 23:36:36 2009 UTC
# Line 4  all: Line 4  all:
4          echo "make [checkout deb clean]"          echo "make [checkout deb clean]"
5    
6  checkout:  checkout:
7          hg clone http://www.wizy.org/mercurial/zfs-fuse/trunk zfs-fuse          #hg clone http://www.wizy.org/mercurial/zfs-fuse/trunk zfs-fuse
8            hg clone http://git.rudd-o.com/zfs zfs-fuse
9    
10  install: uninstall  install: uninstall
11          cd src && scons install #install_dir=/usr/sbin/          cd src && scons install #install_dir=/usr/sbin/
# Line 23  deb: uninstall zfs-fuse Line 24  deb: uninstall zfs-fuse
24                  --provides zfs --requires libfuse2,fuse-utils,libaio1 \                  --provides zfs --requires libfuse2,fuse-utils,libaio1 \
25                  --exclude /rest/cvs/zfs-fuse/src/.sconsign.dblite \                  --exclude /rest/cvs/zfs-fuse/src/.sconsign.dblite \
26    
27    depends:
28            sudo apt-get install checkinstall libfuse-dev fuse-utils libaio-dev
29    
30  clean:  clean:
31          rm -Rf zfs-fuse/          rm -Rf zfs-fuse/

Legend:
Removed from v.122  
changed lines
  Added in v.123

  ViewVC Help
Powered by ViewVC 1.1.26