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
b10f0611
Commit
b10f0611
authored
Oct 03, 2002
by
Kai Germaschewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kbuild: Adapt mrproper targets
Use $(call descend,..) for mrproper as well.
parent
09384ba9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
10 deletions
+6
-10
Documentation/DocBook/Makefile
Documentation/DocBook/Makefile
+0
-2
Makefile
Makefile
+3
-3
scripts/Makefile
scripts/Makefile
+2
-4
scripts/lxdialog/Makefile
scripts/lxdialog/Makefile
+1
-1
No files found.
Documentation/DocBook/Makefile
View file @
b10f0611
...
...
@@ -154,7 +154,6 @@ LOG := $(patsubst %.sgml, %.log, $(BOOKS))
OUT
:=
$(
patsubst
%.sgml, %.out,
$(BOOKS)
)
clean
:
@
echo
'Cleaning up (DocBook)'
@
rm
-f
core
*
~
@
rm
-f
$(BOOKS)
@
rm
-f
$(DVI)
$(AUX)
$(TEX)
$(LOG)
$(OUT)
...
...
@@ -162,7 +161,6 @@ clean:
@
rm
-f
$
(
C-procfs-example
)
mrproper
:
@
echo
'Making mrproper (DocBook)'
@
rm
-f
$(PS)
$(PDF)
@
rm
-f
-r
$(HTML)
$(
patsubst
%.html,%,
$(HTML)
)
...
...
Makefile
View file @
b10f0611
...
...
@@ -712,7 +712,7 @@ clean: archclean
-name
.
\*
.tmp
-o
-name
.
\*
.d
\)
-type
f
-print
\
|
grep
-v
lxdialog/ | xargs
rm
-f
@
rm
-f
$(CLEAN_FILES)
@
$(
MAKE)
-f
Documentation/DocBook/Makefile clean
@
$(
call
descend,Documentation/DocBook,clean
)
mrproper
:
clean archmrproper
@
echo
'Making mrproper'
...
...
@@ -722,7 +722,7 @@ mrproper: clean archmrproper
@
rm
-rf
$(MRPROPER_DIRS)
@
rm
-f
$(MRPROPER_FILES)
@
$(
call
descend,scripts,mrproper
)
@
$(
MAKE)
-f
Documentation/DocBook/Makefile mrproper
@
$(
call
descend,Documentation/DocBook,mrproper
)
distclean
:
mrproper
@
echo
'Making distclean'
...
...
@@ -809,7 +809,7 @@ help:
# Documentation targets
# ---------------------------------------------------------------------------
sgmldocs psdocs pdfdocs htmldocs
:
scripts
@
$(
MAKE)
-f
Documentation/DocBook/Makefile
$@
@
$(
call
descend,Documentation/DocBook,
$@
)
# Scripts to check various things for consistency
# ---------------------------------------------------------------------------
...
...
scripts/Makefile
View file @
b10f0611
...
...
@@ -58,8 +58,6 @@ $(obj)/split-include $(obj)/docproc $(addprefix $(obj)/,$(tkparse-objs)) \
$(obj)/conmakehash lxdialog
:
$(obj)/fixdep
mrproper
:
@
echo
'Making mrproper (scripts)'
@
rm
-f
$
(
tkparse-objs
)
$(obj)
/kconfig.tk
@
rm
-f
core
$
(
host-progs
)
@
$(MAKE)
-C
lxdialog mrproper
@
rm
-f
$(
addprefix
$(obj)
/,
$
(
tkparse-objs
)
$(obj)
/kconfig.tk core
$
(
host-progs
))
@
$(
call
descend,scripts/lxdialog,mrproper
)
scripts/lxdialog/Makefile
View file @
b10f0611
...
...
@@ -44,4 +44,4 @@ ncurses:
fi
mrproper
:
@
rm
-f
core
$
(
host-progs
)
$
(
lxdialog-objs
)
ncurses
@
rm
-f
$(
addprefix
$(obj)
/,core
$
(
host-progs
)
$
(
lxdialog-objs
)
ncurses
)
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