-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since checkin: bd09a6d Major Makefile cleanups; gcc 4.3.0 compatiblity ... we include *.tmp into the Makefiles as well as .*.d. This seems to have been a mistake in made when adding *.tmp to cleanup rules, probably using a sed script. This causes problems, because *.tmp files are generated by the gcc_ok macro and do not contain Makefile rules at all. Signed-off-by: H. Peter Anvin <[email protected]>
- Loading branch information
H. Peter Anvin
committed
Jan 19, 2014
1 parent
80c0c5f
commit 374a374
Showing
9 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,4 +76,4 @@ syslinux.com: syslinux.elf | |
|
||
ldlinux.o: ldlinux.S ../core/ldlinux.sys | ||
|
||
-include .*.d *.tmp | ||
-include .*.d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,4 +65,4 @@ strip: | |
%.s: %.c | ||
$(CC) $(UMAKEDEPS) $(CFLAGS) -S -o $@ $< | ||
|
||
-include .*.d *.tmp | ||
-include .*.d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,4 +67,4 @@ strip: | |
%.s: %.c | ||
$(CC) $(UMAKEDEPS) $(CFLAGS) -S -o $@ $< | ||
|
||
-include .*.d *.tmp | ||
-include .*.d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,4 +65,4 @@ memdump.com: memdump.elf | |
%.s: %.S | ||
$(CC) $(MAKEDEPS) $(SFLAGS) -E -o $@ $< | ||
|
||
-include .*.d *.tmp | ||
-include .*.d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,4 +47,4 @@ strip: | |
%.s: %.c | ||
$(CC) $(UMAKEDEPS) $(CFLAGS) -S -o $@ $< | ||
|
||
-include .*.d *.tmp | ||
-include .*.d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,4 +84,4 @@ ntfstest.exe: $(OBJS) $(RESS) | |
%.res: %.rc | ||
$(WINDRES) -O COFF $< $@ | ||
|
||
-include .*.d *.tmp | ||
-include .*.d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,4 +73,4 @@ ntfstest64.exe: $(OBJS) $(RESS) | |
%.res: %.rc | ||
$(WINDRES) -O COFF $< $@ | ||
|
||
-include .*.d *.tmp | ||
-include .*.d |