Fix build when ISO option is selected.
PR: 188149 Submitted by: Lawrence Chen <beastie@tardisi.com>
This commit is contained in:
parent
21bfe3ecb8
commit
623edeb159
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377883
1 changed files with 10 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
--- Makefile 2008-11-16 02:30:50.000000000 +0200
|
||||
+++ Makefile 2009-02-18 09:03:07.000000000 +0200
|
||||
@@ -23,15 +23,15 @@ all: memtest.bin memtest
|
||||
--- Makefile.orig 2015-01-19 13:24:01.512893165 +0000
|
||||
+++ Makefile 2015-01-19 13:24:23.844906601 +0000
|
||||
@@ -23,15 +23,15 @@
|
||||
# symbols and then link it dynamically so I have full
|
||||
# relocation information
|
||||
memtest_shared: $(OBJS) memtest_shared.lds Makefile
|
||||
|
@ -19,9 +19,13 @@
|
|||
|
||||
head.s: head.S config.h defs.h test.h
|
||||
$(CC) -E -traditional $< -o $@
|
||||
@@ -58,7 +58,6 @@ clean:
|
||||
iso:
|
||||
make all
|
||||
@@ -58,10 +58,8 @@
|
||||
asm:
|
||||
@./makedos.sh
|
||||
|
||||
-iso:
|
||||
- make all
|
||||
+iso: all
|
||||
./makeiso.sh
|
||||
- rm -f *.o *.s memtest.bin memtest memtest_shared memtest_shared.bin
|
||||
|
||||
|
|
Loading…
Reference in a new issue