Only remove specific .map files on OS/2

Bug #84981 r=jag a=asa
This commit is contained in:
cls%seawood.org 2001-06-16 23:47:49 +00:00
Родитель 5a485b2c19
Коммит 413d259d70
1 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -608,12 +608,14 @@ clean clobber realclean clobber_all:: $(SUBMAKEFILES)
distclean:: $(SUBMAKEFILES)
+$(LOOP_OVER_DIRS)
+$(LOOP_OVER_EXPORT_DIRS)
-rm -f $(ALL_TRASH) ; \
rm -rf $(ALL_TRASH_DIRS) ;
-rm -rf $(wildcard *.map) \
-rm -rf $(ALL_TRASH_DIRS)
-rm -f $(ALL_TRASH) \
Makefile .HSancillary \
$(wildcard *.$(OBJ_SUFFIX)) $(wildcard *.ho) \
$(wildcard *.$(LIB_SUFFIX)) $(wildcard *$(DLL_SUFFIX))
ifeq ($(MOZ_OS2_TOOLS),VACPP)
-rm -f $(PROGRAM:.exe=.map)
endif
alltags:
rm -f TAGS