Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
32e50ad9
Commit
32e50ad9
authored
Jan 14, 2003
by
Christoph Hellwig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] remove some junk from fs/devfs/Makefile
parent
3ad42de2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
24 deletions
+0
-24
fs/devfs/Makefile
fs/devfs/Makefile
+0
-24
No files found.
fs/devfs/Makefile
View file @
32e50ad9
...
...
@@ -8,27 +8,3 @@ obj-$(CONFIG_DEVFS_FS) += devfs.o
devfs-objs
:=
base.o util.o
# Special case to support building documentation
ifndef
TOPDIR
TOPDIR
=
../..
endif
# Rule to build documentation
doc
:
base.c util.c
@
echo
'$$PACKAGE devfs'
>
devfs.doc
@
echo
'$$NAME Linux Kernel'
>>
devfs.doc
@
echo
'$$SUMMARY devfs (Device FileSystem) functions'
>>
devfs.doc
@
echo
'$$SYNOPSIS "#include <linux/devfs_fs.h>"'
>>
devfs.doc
@
echo
'$$END'
>>
devfs.doc
c2doc base.c util.c
>>
devfs.doc
karma_doc2man
-section
9 devfs.doc .
rm
devfs.doc
gzip
--best
*
.9
mv
*
.9.gz /usr/man/man9
# Rule for test compiling
test
:
gcc
-o
/tmp/base.o
-D__KERNEL__
-I
../../include
-Wall
\
-Wstrict-prototypes
-O2
-fomit-frame-pointer
-pipe
\
-fno-strength-reduce
-DEXPORT_SYMTAB
-c
base.c
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