+ delete base.build-stamp.*

git-svn-id: trunk@12645 -
This commit is contained in:
florian 2009-02-01 17:15:51 +00:00
parent 775e4f353c
commit 6b17415106
2 changed files with 2 additions and 0 deletions

View File

@ -2557,6 +2557,7 @@ BUILDSTAMP=build-stamp.$(FULL_TARGET)
all: build
clean: $(addsuffix _distclean,$(TARGET_DIRS))
-$(DEL) build-stamp.*
-$(DEL) base.build-stamp.*
distclean: clean
build: $(BUILDSTAMP)
$(BUILDSTAMP):

View File

@ -210,6 +210,7 @@ all: build
clean: $(addsuffix _distclean,$(TARGET_DIRS))
-$(DEL) build-stamp.*
-$(DEL) base.build-stamp.*
distclean: clean