Changeset 21
- Timestamp:
- 11/03/07 17:49:42 (10 months ago)
- Files:
-
- hellofs/Makefile (modified) (1 diff)
- tarfs/Makefile (modified) (1 diff)
- vowfs/common.hxx (added)
- vowfs/dir.hxx (added)
- vowfs/file.hxx (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hellofs/Makefile
r17 r21 1 1 tarfs: hello.c 2 gcc hello.c -lfuse -o tarfs -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=222 gcc hello.c -lfuse -o mount.tarfs -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=22 tarfs/Makefile
r17 r21 1 1 tarfs: tarfs.c tar.h 2 gcc tarfs.c -lfuse -o tarfs -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=222 gcc tarfs.c -lfuse -o mount.tarfs -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=22
