summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-09-09 20:46:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-09-09 20:46:20 +0200
commita481c461a4a7dae7440b9de3145ecb5b87206b3a (patch)
treefc1bdaefb2640f1c18fd9425be9322446104350c /mk
parent27cfb0e6df5661d2744b67138af69da477ee6c5a (diff)
parent6830323ac605f11eb3a377517cddafbe240e0e5f (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk')
-rw-r--r--mk/package.mk2
-rw-r--r--mk/pkg-bottom.mk1
2 files changed, 0 insertions, 3 deletions
diff --git a/mk/package.mk b/mk/package.mk
index 318ce3d80..c0b5c04e6 100644
--- a/mk/package.mk
+++ b/mk/package.mk
@@ -174,7 +174,6 @@ endif
@mkdir -p $${PACKAGE_DIR} '$${STAGING_PARENT}/pkg' \
'$${STAGING_DIR}/scripts'
ifneq ($(strip $(7)),noremove)
- echo "Calling from package.mk"
if test -s '$${STAGING_PARENT}/pkg/$(1)'; then \
cd '$${STAGING_DIR}'; \
while read fn; do \
@@ -215,7 +214,6 @@ clean-targets: clean-dev-$(1)
clean-dev-$(1):
ifneq ($(strip $(7)),noremove)
- echo "Calling from package.mk clean-dev"
if test -s '$${STAGING_PARENT}/pkg/$(1)'; then \
cd '$${STAGING_DIR}'; \
while read fn; do \
diff --git a/mk/pkg-bottom.mk b/mk/pkg-bottom.mk
index 05c123ed2..a3692acdd 100644
--- a/mk/pkg-bottom.mk
+++ b/mk/pkg-bottom.mk
@@ -151,7 +151,6 @@ endif
echo "scripts/$$(basename "$$fn")" \
>>'${STAGING_PARENT}/pkg/${PKG_NAME}'; \
done
- echo "calling from pkg-bottom.mk"
touch $@
${_IPKGS_COOKIE}: