Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
111
Issues
111
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
beb269a5
Commit
beb269a5
authored
Mar 17, 2005
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quicky attempt to get NTFS support working under Linux.
Untested, but compiles!
parent
9de8411a
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
418 additions
and
2 deletions
+418
-2
os/imagezip/ntfs/libntfs/GNUmakefile.in
os/imagezip/ntfs/libntfs/GNUmakefile.in
+4
-2
os/imagezip/ntfs/libntfs/ntfs.linuxpatch
os/imagezip/ntfs/libntfs/ntfs.linuxpatch
+414
-0
No files found.
os/imagezip/ntfs/libntfs/GNUmakefile.in
View file @
beb269a5
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
4
University of Utah and the Flux Group.
# Copyright (c) 2000-200
5
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -71,7 +71,9 @@ $(SRCS): $(LIBSRCDIR)/patched
$(LIBSRCDIR)/patched:
$(FETCH) http://$(PKGHOST)/$(NTFSVER).tar.gz
$(UNPACK) $(NTFSVER).tar.gz
ifndef LINUX
ifdef LINUX
$(PATCH) < $(SRCDIR)/ntfs.linuxpatch
else
$(PATCH) < $(SRCDIR)/ntfs.patch
endif
$(MV) $(NTFSVER) $(NTFSDIR)
...
...
os/imagezip/ntfs/libntfs/ntfs.linuxpatch
0 → 100644
View file @
beb269a5
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment