Author: wookey Date: 2010-03-05 13:14:31 +0000 (Fri, 05 Mar 2010) New Revision: 1007 Modified: balloon/trunk/rootfs/Makefile Log: Makefile was not bringing in variables from toplevel config Makefiles so ROOTFSTOBUILD wasn't set, so no rootfs. Fixed. Modified: balloon/trunk/rootfs/Makefile =================================================================== --- balloon/trunk/rootfs/Makefile 2010-03-05 03:08:20 UTC (rev 1006) +++ balloon/trunk/rootfs/Makefile 2010-03-05 13:14:31 UTC (rev 1007) @@ -1,3 +1,7 @@ +#set paths +TOPLEVEL=../.. +include ../Makefile.inc + SUBDIRS = $(ROOTFSTOBUILD) all: