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
13d28b2e
Commit
13d28b2e
authored
Oct 05, 2002
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
http://linux-isdn.bkbits.net/linux-2.5.make
into home.transmeta.com:/home/torvalds/v2.5/linux
parents
d0a4c573
08e57ddd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Rules.make
Rules.make
+2
-1
arch/i386/boot/Makefile
arch/i386/boot/Makefile
+2
-3
arch/i386/boot/compressed/Makefile
arch/i386/boot/compressed/Makefile
+1
-1
No files found.
Rules.make
View file @
13d28b2e
...
...
@@ -12,7 +12,7 @@ space := $(empty) $(empty)
# ---------------------------------------------------------------------------
ifdef
O_TARGET
$(error kbuild
:
$(obj)/Makefile - Usage of O_TARGET := $(O_TARGET) is obsolete in 2.5. Please fix!
$(error kbuild
:
$(obj)/Makefile - Usage of O_TARGET := $(O_TARGET) is obsolete in 2.5. Please fix!
)
endif
ifdef
L_TARGET
...
...
@@ -402,6 +402,7 @@ targets += $(multi-used-y) $(multi-used-m)
host-progs-single
:=
$(
foreach
m,
$
(
host-progs
)
,
$(
if
$
(
$(m)
-objs
)
,,
$(m)
))
host-progs-multi
:=
$(
foreach
m,
$
(
host-progs
)
,
$(
if
$
(
$(m)
-objs
)
,
$(m)
))
host-progs-multi-objs
:=
$(
foreach
m,
$
(
host-progs-multi
)
,
$
(
$(m)
-objs
))
host-progs
:=
$(
addprefix
$(obj)
/,
$
(
host-progs
))
host-progs-single
:=
$(
addprefix
$(obj)
/,
$
(
host-progs-single
))
host-progs-multi
:=
$(
addprefix
$(obj)
/,
$
(
host-progs-multi
))
host-progs-multi-objs
:=
$(
addprefix
$(obj)
/,
$
(
host-progs-multi-objs
))
...
...
arch/i386/boot/Makefile
View file @
13d28b2e
...
...
@@ -25,7 +25,7 @@ SVGA_MODE := -DSVGA_MODE=NORMAL_VGA
#RAMDISK := -DRAMDISK=512
EXTRA_TARGETS
:=
vmlinux.bin b
vmlinux.bin b
ootsect bootsect.o
\
EXTRA_TARGETS
:=
vmlinux.bin bootsect bootsect.o
\
setup setup.o zImage bzImage
host-progs
:=
tools/build
...
...
@@ -81,8 +81,7 @@ install: $(BOOTIMAGE)
clean
:
@
echo
'Cleaning up (boot)'
@
rm
-f
$(
addprefix
$(obj)
/,tools/build vmlinux.bin bvmlinux.bin
\
bootsect zImage bsetup bbootsect bzImage
)
@
rm
-f
$
(
host-progs
)
$(EXTRA_TARGETS)
+@
$(
call
descend,
$(obj)
/compressed
)
clean
archhelp
:
...
...
arch/i386/boot/compressed/Makefile
View file @
13d28b2e
...
...
@@ -27,4 +27,4 @@ $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/vmlinux.bin.gz FORCE
clean
:
@
echo
'Cleaning up (boot/compressed)'
@
rm
-f
$(
addprefix
$(obj)
/,vmlinux vmlinux.bin vmlinux.bin.gz
)
@
rm
-f
$(
EXTRA_TARGETS
)
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