summaryrefslogtreecommitdiff
path: root/mk/pkg-bottom.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-04 19:49:34 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-04 19:49:34 +0200
commit8a2754e0fbdea7497281327f2896be2a1253a107 (patch)
treebc7c400745fde54e6fb7a010fcb026258564d3bc /mk/pkg-bottom.mk
parent9bd4456c5a83c3474fdf9fe5cf14004a0874e2c8 (diff)
parent2d3aaf1664850031f5497e121dc82ab65f63641a (diff)
Merge branch 'master' of 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: