Detach Linux <make clean> from deps/Cross-platform-deps/SpiderMonkey too.

git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4181 127b21dd-08f5-0310-b4b7-95ae10353056
master
getafix 2011-01-29 18:32:29 +00:00
parent 9eacaec79b
commit 4ae2559403
1 changed files with 7 additions and 5 deletions

View File

@ -99,11 +99,13 @@ endif
.PHONY: clean
clean:
ifneq ($(GNUSTEP_HOST_OS),mingw32)
make -C $(LIBJS_SRC_DIR)/editline -f Makefile.ref clobber
make -C $(LIBJS_SRC_DIR) -f Makefile.ref clobber
find $(LIBJS_SRC_DIR) -name "Linux_All_*.OBJ" | xargs rm -Rf
endif
# When Linux is ready to compile the Javascript engine from source
# then re-activate the following block of code and update it appropriately
# ifneq ($(GNUSTEP_HOST_OS),mingw32)
# make -C $(LIBJS_SRC_DIR)/editline -f Makefile.ref clobber
# make -C $(LIBJS_SRC_DIR) -f Makefile.ref clobber
# find $(LIBJS_SRC_DIR) -name "Linux_All_*.OBJ" | xargs rm -Rf
# endif
make -f GNUmakefile clean
rm -Rf obj obj.dbg oolite.app