Changeset a2ad377aa2804a7988aa098e40855454090f3b43
- Timestamp:
- 10/07/09 07:53:27 (2 years ago)
- Author:
- Erwan Velu <erwan.velu@…>
- Children:
- 961ae24c5508a1de642c674609c379dd3202f9c7, fee688790af77e282a3d04c9fb061089ec16a502
- Parents:
- 00d897e58126a7f12990dda8b07266ab12e853b8
- git-committer:
- Erwan Velu <erwan.velu@free.fr> / 2009-10-07T09:53:27Z+0200
- Message:
-
hdt: Adding missing hdt.c32 in 'make hdt.img'
Impact: hdt.img is now complete and running
After several modification of the makefile, the copy of hdt.c32 had
disapeared from the makefile :(
This commit reintroduce this missing.
'make hdt.img' is now working again
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r16b37f
|
ra2ad37
|
|
| 46 | 46 | -[ -f $(MODULES_ALIAS_FILE) ] && MTOOLSRC=$(PWD)/floppy/mtools.conf $(MCOPY) $(MODULES_ALIAS_FILE) a: |
| 47 | 47 | -[ -f $(MODULES_PCIMAP_FILE) ] && MTOOLSRC=$(PWD)/floppy/mtools.conf $(MCOPY) $(MODULES_PCIMAP_FILE) a: |
| | 48 | MTOOLSRC=$(PWD)/floppy/mtools.conf $(MCOPY) hdt.c32 a: |
| 48 | 49 | @ [ -f $(PCI_IDS_FILE) ] && MTOOLSRC=$(PWD)/floppy/mtools.conf $(MCOPY) $(PCI_IDS_FILE) a: || printf "\nThe floppy/pci.ids file is missing and can be downloaded from http://pciids.sourceforge.net and put in\nthe ./com32/hdt/floppy directory of the extracted Syslinux source.\n\n" |
| 49 | 50 | MTOOLSRC=$(PWD)/floppy/mtools.conf $(MCOPY) floppy/hdt.cfg a:syslinux.cfg |