summaryrefslogtreecommitdiff
path: root/mk/pkg-bottom.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-02 22:10:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-02 22:10:20 +0200
commit322327d668e6cef8bb5f318bc414593794530b7b (patch)
tree341f17c7c36d2e6f641f05043df307adef16c87d /mk/pkg-bottom.mk
parent7c520cd3ad42f5d94a9888bb9b3db7c79b6fd94f (diff)
parente00bf1d2b054c3f2280c63c23bc682c67a25d1b2 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk/pkg-bottom.mk')
-rw-r--r--mk/pkg-bottom.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/mk/pkg-bottom.mk b/mk/pkg-bottom.mk
index 5eac3e0c0..1e3514c52 100644
--- a/mk/pkg-bottom.mk
+++ b/mk/pkg-bottom.mk
@@ -1,8 +1,5 @@
-# $Id$
-#-
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
-#-
# Comments:
# * pre/do/post-foo are always defined here, but empty. This is so
# that we can call it (BSD make has .if target(foo) but GNU not)
@@ -14,7 +11,6 @@
# * we want to use styles (configure:gnu, build/install:auto), for
# making the Makefiles of the packages more clear
-#--- configure
pre-configure:
do-configure:
post-configure:
@@ -74,7 +70,6 @@ endif
@${MAKE} post-configure $(MAKE_TRACE)
touch $@
-#--- build
pre-build:
do-build:
post-build:
@@ -95,7 +90,6 @@ endif
@env ${MAKE_ENV} ${MAKE} post-build $(MAKE_TRACE)
touch $@
-#--- fake
pre-install:
do-install:
post-install:
@@ -152,7 +146,6 @@ endif
done
touch $@
-#--- package
${_IPKGS_COOKIE}:
@clean=0; \
for f in ${ALL_IPKGS}; do \
@@ -199,7 +192,6 @@ package: ${ALL_IPKGS}
done
touch ${_IPKGS_COOKIE}
-#--- clean
clean-targets: clean-dev-generic
clean-dev-generic: