summaryrefslogtreecommitdiff
path: root/mk/pkg-bottom.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-09-16 22:45:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-09-16 22:45:57 +0200
commitcb4f3df4a9ffeee06b0ecf746172343eb442220f (patch)
tree3f7be7cd9af92877873834cfd05835837a404c0c /mk/pkg-bottom.mk
parent81c4c7c2cf2c5ff27a6c02e41bf484a53ea942c2 (diff)
make libvirt usable, add python
not very well tested, but runs on shutlle
Diffstat (limited to 'mk/pkg-bottom.mk')
-rw-r--r--mk/pkg-bottom.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pkg-bottom.mk b/mk/pkg-bottom.mk
index cf4c62f95..64baf190c 100644
--- a/mk/pkg-bottom.mk
+++ b/mk/pkg-bottom.mk
@@ -122,7 +122,7 @@ endif
done
@env ${MAKE_ENV} ${MAKE} post-install $(MAKE_TRACE)
ifeq (,$(filter noremove,${PKG_OPTS}))
- if test -s '${STAGING_PARENT}/pkg/${PKG_NAME}'; then \
+ @if test -s '${STAGING_PARENT}/pkg/${PKG_NAME}'; then \
cd '${STAGING_DIR}'; \
while read fn; do \
rm -f "$$fn"; \
@@ -207,7 +207,7 @@ clean-targets: clean-dev-generic
clean-dev-generic:
ifeq (,$(filter noremove,${PKG_OPTS}))
- if test -s '${STAGING_PARENT}/pkg/${PKG_NAME}'; then \
+ @if test -s '${STAGING_PARENT}/pkg/${PKG_NAME}'; then \
cd '${STAGING_DIR}'; \
while read fn; do \
rm -f "$$fn"; \