This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via fb2f3a92448d0f1e939544380a46db2cbe7d6d52 (commit) from b42a752b31d98101726e357524cafe5a017d24dc (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit fb2f3a92448d0f1e939544380a46db2cbe7d6d52 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Mar 21 02:48:00 2011 +0100
build-essentials: Remove $(BUILDROOT) when running clean.
-----------------------------------------------------------------------
Summary of changes: pkgs/build-essentials/build-essentials.nm | 2 +- pkgs/build-essentials/buildsystem/Targets | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-)
Difference in files: diff --git a/pkgs/build-essentials/build-essentials.nm b/pkgs/build-essentials/build-essentials.nm index 7845ec2..6df0215 100644 --- a/pkgs/build-essentials/build-essentials.nm +++ b/pkgs/build-essentials/build-essentials.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = build-essentials PKG_VER = $(DISTRO_VERSION) -PKG_REL = 11 +PKG_REL = 12 PKG_EPOCH = 1 PKG_ARCH = noarch
diff --git a/pkgs/build-essentials/buildsystem/Targets b/pkgs/build-essentials/buildsystem/Targets index b065507..4e42f06 100644 --- a/pkgs/build-essentials/buildsystem/Targets +++ b/pkgs/build-essentials/buildsystem/Targets @@ -57,5 +57,6 @@ build: $(OBJECTS)
.PHONY: clean clean: - # Remove all files from $(DIR_APP) - -rm -rf $(DIR_APP) + # Remove all files from $(DIR_APP) and $(BUILDROOT) + -rm -rf $(DIR_APP) $(BUILDROOT) + -mkdir -pv $(BUILDROOT)
hooks/post-receive -- IPFire 3.x development tree