Fix building of image target

This commit is contained in:
Arun Thomas 2010-07-06 09:19:04 +00:00
parent 397575951e
commit 368f77ceea
2 changed files with 4 additions and 7 deletions

View file

@ -4,7 +4,7 @@ PROGRAMS=at_wini bios_wini cdprobe dev2name floppy loadramdisk newroot \
pci sh service sysenv mfs pci sh service sysenv mfs
EXTRA=system.conf passwd rs.single EXTRA=system.conf passwd rs.single
CPPFLAGS+= -I${MINIXSRCDIR}/servers CPPFLAGS+= -I${MINIXSRCDIR}/servers -I${MINIXSRCDIR}
MAKEDEV=/usr/bin/MAKEDEV MAKEDEV=/usr/bin/MAKEDEV
install: all install: all

View file

@ -42,10 +42,7 @@ usage:
all: services image all: services image
image: includes image: includes services
$(MAKE) -C ../kernel
$(MAKE) -C ../servers all install
$(MAKE) -C ../drivers all install
installboot -image $@ $(PROGRAMS) installboot -image $@ $(PROGRAMS)
# rebuild the program or system libraries # rebuild the program or system libraries
@ -57,8 +54,8 @@ depend: includes
services: includes services: includes
$(MAKE) -C ../kernel $(MAKE) -C ../kernel
$(MAKE) -C ../servers install $(MAKE) -C ../servers all install
$(MAKE) -C ../drivers install $(MAKE) -C ../drivers all install
libraries: includes libraries: includes
cd ../lib && sh ack_build.sh clean obj depend all install cd ../lib && sh ack_build.sh clean obj depend all install