mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #39 from MobiRuby/make_clean
Fixed to forget to remove some files on 'make clean'
This commit is contained in:
@@ -113,8 +113,10 @@ $(OBJM) : $(MSRC)
|
||||
.PHONY : clean
|
||||
clean :
|
||||
$(MAKE) clean -C src $(MAKE_FLAGS)
|
||||
$(MAKE) clean -C tools/mrbc $(MAKE_FLAGS)
|
||||
$(MAKE) clean -C tools/mruby $(MAKE_FLAGS)
|
||||
-rm -f $(EXE) $(OBJM)
|
||||
-rm -f $(OBJM:.o=.d)
|
||||
-rm -f $(patsubst %.c,%.o,$(EXCEPT1)) $(patsubst %.c,%.d,$(EXCEPT1))
|
||||
-rm -f $(IOSLIB) $(IOSSIMLIB) $(IOSDEVLIB)
|
||||
@echo "make: removing targets, objects and depend files of `pwd`"
|
||||
|
||||
@@ -59,5 +59,6 @@ $(RLIB) : $(MRBS)
|
||||
.PHONY : clean
|
||||
clean :
|
||||
-rm -f $(MRBC) $(MLIB) $(CLIB) $(RLIB) $(DLIB)
|
||||
-rm -f $(patsubst %.c,%.o,$(EXCEPT1)) $(patsubst %.c,%.d,$(EXCEPT1))
|
||||
@echo "make: removing targets, objects and depend files of `pwd`"
|
||||
|
||||
|
||||
@@ -86,5 +86,6 @@ clean :
|
||||
$(MAKE) clean -C ../mrblib $(MAKE_FLAGS)
|
||||
-rm -f $(LIB) $(OBJS) $(OBJY) $(YC)
|
||||
-rm -f $(OBJS:.o=.d) $(OBJY:.o=.d)
|
||||
-rm -f $(patsubst %.c,%.o,$(EXCEPT1)) $(patsubst %.c,%.d,$(EXCEPT1))
|
||||
@echo "make: removing targets, objects and depend files of `pwd`"
|
||||
|
||||
|
||||
@@ -69,5 +69,6 @@ $(YC) : $(YSRC)
|
||||
clean :
|
||||
-rm -f $(EXE) $(OBJS) $(OBJY) $(YC)
|
||||
-rm -f $(OBJS:.o=.d) $(OBJY:.o=.d)
|
||||
-rm -f $(patsubst %.c,%.o,$(EXCEPT1)) $(patsubst %.c,%.d,$(EXCEPT1))
|
||||
@echo "make: removing targets, objects and depend files of `pwd`"
|
||||
|
||||
|
||||
@@ -86,4 +86,5 @@ clean :
|
||||
$(MAKE) clean -C ../../mrblib $(MAKE_FLAGS)
|
||||
-rm -f $(EXE) $(OBJS) $(OBJY) $(YC) $(EXTS)
|
||||
-rm -f $(OBJS:.o=.d) $(OBJY:.o=.d) $(EXTS:.o=.d)
|
||||
-rm -f $(patsubst %.c,%.o,$(EXCEPT1)) $(patsubst %.c,%.d,$(EXCEPT1))
|
||||
@echo "make: removing targets, objects and depend files of `pwd`"
|
||||
|
||||
Reference in New Issue
Block a user