j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: blueswirl Date: 2007-06-27 22:19:09 +0200 (Wed, 27 Jun 2007) New Revision: 156
Modified: openbios-devel/Makefile Log: Hack for building on CIFS directory
Modified: openbios-devel/Makefile =================================================================== --- openbios-devel/Makefile 2007-06-27 20:16:01 UTC (rev 155) +++ openbios-devel/Makefile 2007-06-27 20:19:09 UTC (rev 156) @@ -33,16 +33,21 @@ directories: clean @printf "Initializing build tree..." @mkdir $(ODIR) + @mkdir -p $(ODIR)/target @mkdir -p $(ODIR)/target/include + @mkdir -p $(ODIR)/target/arch @mkdir -p $(ODIR)/target/arch/unix @mkdir -p $(ODIR)/target/arch/$(ARCH) + @mkdir -p $(ODIR)/target/arch/ppc @mkdir -p $(ODIR)/target/arch/ppc/briq # no autodetection of those.. @mkdir -p $(ODIR)/target/arch/ppc/pearpc @mkdir -p $(ODIR)/target/arch/ppc/mol + @mkdir -p $(ODIR)/target/arch/x86 @mkdir -p $(ODIR)/target/arch/x86/xbox @mkdir -p $(ODIR)/target/libgcc @mkdir -p $(ODIR)/target/kernel @mkdir -p $(ODIR)/target/modules + @mkdir -p $(ODIR)/target/fs @mkdir -p $(ODIR)/target/fs/grubfs @mkdir -p $(ODIR)/target/fs/hfs @mkdir -p $(ODIR)/target/fs/hfsplus