]> Zhao Yanbai Git Server - minix.git/commitdiff
Fix building of image target
authorArun Thomas <arun@minix3.org>
Tue, 6 Jul 2010 09:19:04 +0000 (09:19 +0000)
committerArun Thomas <arun@minix3.org>
Tue, 6 Jul 2010 09:19:04 +0000 (09:19 +0000)
drivers/ramdisk/Makefile
tools/Makefile

index 87011175849e133bd460ba13683dd1af178e2e57..f8728f30b2ee9249315fc31eb2906e41dc861247 100644 (file)
@@ -4,7 +4,7 @@ PROGRAMS=at_wini bios_wini cdprobe dev2name floppy loadramdisk newroot \
        pci sh service sysenv mfs
 EXTRA=system.conf passwd rs.single
 
-CPPFLAGS+= -I${MINIXSRCDIR}/servers
+CPPFLAGS+= -I${MINIXSRCDIR}/servers -I${MINIXSRCDIR}
 MAKEDEV=/usr/bin/MAKEDEV
 
 install: all
index c0726b34eb0c748fe0ca5874857667157f4d160f..5c5dca4e6556da1c79ca7f54a6be527a9cd118e7 100644 (file)
@@ -42,10 +42,7 @@ usage:
 
 all: services image
 
-image:  includes
-       $(MAKE) -C ../kernel
-       $(MAKE) -C ../servers all install
-       $(MAKE) -C ../drivers all install
+image:  includes services
        installboot -image $@ $(PROGRAMS)
 
 # rebuild the program or system libraries
@@ -57,8 +54,8 @@ depend: includes
 
 services: includes 
        $(MAKE) -C ../kernel 
-       $(MAKE) -C ../servers install
-       $(MAKE) -C ../drivers install
+       $(MAKE) -C ../servers all install
+       $(MAKE) -C ../drivers all install
 
 libraries: includes
        cd ../lib && sh ack_build.sh clean obj depend all install