- Prefix OBJROOT with "build-" (which is then followed by build platform id + NS target plotter).

- Update list of objects to be ignored at 'svn status' time.

svn path=/trunk/netsurf/; revision=4026
This commit is contained in:
John Tytgat 2008-03-21 23:09:53 +00:00
parent b4d3bb9df7
commit 93d46bbe2a
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ PERL=perl
MKDIR=mkdir
TOUCH=touch
OBJROOT := $(HOST)-$(TARGET)
OBJROOT := build-$(HOST)-$(TARGET)
$(OBJROOT)/created:
$(VQ)echo " MKDIR: $(OBJROOT)"