Lines 1-6
Link Here
|
1 |
--- Makefile 2008-11-16 02:30:50.000000000 +0200 |
1 |
--- Makefile.orig 2014-03-31 15:24:42.901769547 -0500 |
2 |
+++ Makefile 2009-02-18 09:03:07.000000000 +0200 |
2 |
+++ Makefile 2014-03-31 15:25:34.535769604 -0500 |
3 |
@@ -23,15 +23,15 @@ all: memtest.bin memtest |
3 |
@@ -23,15 +23,15 @@ |
4 |
# symbols and then link it dynamically so I have full |
4 |
# symbols and then link it dynamically so I have full |
5 |
# relocation information |
5 |
# relocation information |
6 |
memtest_shared: $(OBJS) memtest_shared.lds Makefile |
6 |
memtest_shared: $(OBJS) memtest_shared.lds Makefile |
Lines 19-27
Link Here
|
19 |
|
19 |
|
20 |
head.s: head.S config.h defs.h test.h |
20 |
head.s: head.S config.h defs.h test.h |
21 |
$(CC) -E -traditional $< -o $@ |
21 |
$(CC) -E -traditional $< -o $@ |
22 |
@@ -58,7 +58,6 @@ clean: |
22 |
@@ -59,9 +59,8 @@ |
|
|
23 |
@./makedos.sh |
24 |
|
23 |
iso: |
25 |
iso: |
24 |
make all |
26 |
- make all |
|
|
27 |
+ gmake all |
25 |
./makeiso.sh |
28 |
./makeiso.sh |
26 |
- rm -f *.o *.s memtest.bin memtest memtest_shared memtest_shared.bin |
29 |
- rm -f *.o *.s memtest.bin memtest memtest_shared memtest_shared.bin |