summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-09-09 20:36:18 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-09-09 20:36:18 +0200
commit6830323ac605f11eb3a377517cddafbe240e0e5f (patch)
treeba4b9b4da9153289d1fd807d5e7357358ccf091d /mk
parente9b52dbc4bb9e531c15fa442121288de98c0904f (diff)
optimize libc-dev package
- remove some leftover debug code - add more header files in libc-dev packages - fix qemu-mips* hints
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}: