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
c2dd03a9
Commit
c2dd03a9
authored
Sep 26, 2002
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add CVS files to the list of files ignored by "find".and make
the same ignore rules for "tar" as well.
parent
c80cb158
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Makefile
Makefile
+3
-2
No files found.
Makefile
View file @
c2dd03a9
...
@@ -173,7 +173,8 @@ noconfig_targets := xconfig menuconfig config oldconfig randconfig \
...
@@ -173,7 +173,8 @@ noconfig_targets := xconfig menuconfig config oldconfig randconfig \
help
tags TAGS sgmldocs psdocs pdfdocs htmldocs
\
help
tags TAGS sgmldocs psdocs pdfdocs htmldocs
\
checkconfig checkhelp checkincludes
checkconfig checkhelp checkincludes
RCS_FIND_IGNORE
:=
\(
-name
SCCS
-o
-name
BitKeeper
-o
-name
.svn
\)
-prune
-o
RCS_FIND_IGNORE
:=
\(
-name
SCCS
-o
-name
BitKeeper
-o
-name
.svn
-o
-name
CVS
\)
-prune
-o
RCS_TAR_IGNORE
:=
--exclude
SCCS
--exclude
BitKeeper
--exclude
.svn
--exclude
CVS
# Helpers built in scripts/
# Helpers built in scripts/
# ---------------------------------------------------------------------------
# ---------------------------------------------------------------------------
...
@@ -589,7 +590,7 @@ rpm: clean spec
...
@@ -589,7 +590,7 @@ rpm: clean spec
set
-e
;
\
set
-e
;
\
cd
$(TOPDIR)
/..
;
\
cd
$(TOPDIR)
/..
;
\
ln
-sf
$(TOPDIR)
$(KERNELPATH)
;
\
ln
-sf
$(TOPDIR)
$(KERNELPATH)
;
\
tar
-cvz
--exclude
CVS
-f
$(KERNELPATH)
.tar.gz
$(KERNELPATH)
/.
;
\
tar
-cvz
$(RCS_TAR_IGNORE)
-f
$(KERNELPATH)
.tar.gz
$(KERNELPATH)
/.
;
\
rm
$(KERNELPATH)
;
\
rm
$(KERNELPATH)
;
\
cd
$(TOPDIR)
;
\
cd
$(TOPDIR)
;
\
.
scripts/mkversion
>
.version
;
\
.
scripts/mkversion
>
.version
;
\
...
...
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