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
This commit is contained in:
parent
9eacaec79b
commit
4ae2559403
12
Makefile
12
Makefile
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user