mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-16 20:02:35 +03:00
moved updf directly to instruction "all"
git-svn-id: svn://kolibrios.org@4731 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
9e111e5683
commit
ac5aff92e3
@ -10,7 +10,7 @@ KERNEL:=$(REPOSITORY)/kernel/trunk
|
|||||||
PROGS:=$(REPOSITORY)/programs
|
PROGS:=$(REPOSITORY)/programs
|
||||||
|
|
||||||
# The main goal: build kolibri.img and kolibri.iso
|
# The main goal: build kolibri.img and kolibri.iso
|
||||||
all: $(BUILD_DIR)/kolibri.img $(BUILD_DIR)/kolibri.iso
|
all: updf $(BUILD_DIR)/kolibri.img $(BUILD_DIR)/kolibri.iso
|
||||||
|
|
||||||
# Docpak requires some documents; we place them
|
# Docpak requires some documents; we place them
|
||||||
# into 'docs' subdir and communicate with FASM
|
# into 'docs' subdir and communicate with FASM
|
||||||
@ -346,7 +346,7 @@ include Makefile.skins
|
|||||||
|
|
||||||
# Extra targets for LiveCD image in the syntax of mkisofs
|
# Extra targets for LiveCD image in the syntax of mkisofs
|
||||||
MKISOFS_EXTRA:=\
|
MKISOFS_EXTRA:=\
|
||||||
#emu/e80/e80=e80 \
|
emu/e80/e80=e80 \
|
||||||
emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox \
|
emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox \
|
||||||
emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox.conf \
|
emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox.conf \
|
||||||
emu/dosbox/=$(PROGS)/emulator/DosBox/readme.txt \
|
emu/dosbox/=$(PROGS)/emulator/DosBox/readme.txt \
|
||||||
@ -538,7 +538,7 @@ include Makefile.cmm
|
|||||||
include Makefile.msvc
|
include Makefile.msvc
|
||||||
|
|
||||||
# Rules for table
|
# Rules for table
|
||||||
table: .obj.table/table.exe updf
|
table: .obj.table/table.exe
|
||||||
$(msvc_final)
|
$(msvc_final)
|
||||||
TABLE_OBJECTS:=.obj.table/calc.obj .obj.table/func.obj .obj.table/hello.obj \
|
TABLE_OBJECTS:=.obj.table/calc.obj .obj.table/func.obj .obj.table/hello.obj \
|
||||||
.obj.table/KosFile.obj .obj.table/kosSyst.obj .obj.table/math2.obj \
|
.obj.table/KosFile.obj .obj.table/kosSyst.obj .obj.table/math2.obj \
|
||||||
|
Loading…
Reference in New Issue
Block a user