summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-01 22:16:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-01 22:16:31 +0200
commitb44b3799ca9fa6c744fc079b96a9c062e4bdd077 (patch)
treeaa99430763a369a00ab02bf3f4f454ebb2cc3e7c /mk
parentd1a85ceca38c54caff040cd6e5a4b329a47893d7 (diff)
remove unused $Id$
- $id$ substitution is not apropriate for git scm
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk2
-rw-r--r--mk/buildhlp.mk2
-rw-r--r--mk/cpu.mk2
-rw-r--r--mk/fetch.mk3
-rw-r--r--mk/image.mk2
-rw-r--r--mk/kernel-build.mk2
-rw-r--r--mk/kernel.mk2
-rw-r--r--mk/linux.mk2
-rw-r--r--mk/mirrors.mk2
-rw-r--r--mk/modules.mk2
-rw-r--r--mk/package.mk2
-rw-r--r--mk/pkg-bottom.mk8
-rw-r--r--mk/rootfs.mk2
-rw-r--r--mk/split-cfg.mk3
-rw-r--r--mk/vars.mk2
15 files changed, 0 insertions, 38 deletions
diff --git a/mk/build.mk b/mk/build.mk
index ef40ec962..4cdc7b6c7 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -1,5 +1,3 @@
-# $Id$
-#-
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
diff --git a/mk/buildhlp.mk b/mk/buildhlp.mk
index 386fbbec4..afad521e2 100644
--- a/mk/buildhlp.mk
+++ b/mk/buildhlp.mk
@@ -1,5 +1,3 @@
-# $Id$
-#-
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
diff --git a/mk/cpu.mk b/mk/cpu.mk
index 8eb047bc9..6faf624da 100644
--- a/mk/cpu.mk
+++ b/mk/cpu.mk
@@ -1,5 +1,3 @@
-# $Id$
-#-
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
#
diff --git a/mk/fetch.mk b/mk/fetch.mk
index dc593be0b..5a1ba5d43 100644
--- a/mk/fetch.mk
+++ b/mk/fetch.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.
-#-
ifneq ($(strip ${DIST_SUBDIR}),)
FULLDISTDIR?= ${DISTDIR}/${DIST_SUBDIR}
diff --git a/mk/image.mk b/mk/image.mk
index 4388dcaad..5b0408aa3 100644
--- a/mk/image.mk
+++ b/mk/image.mk
@@ -1,5 +1,3 @@
-# $Id$
-#-
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
diff --git a/mk/kernel-build.mk b/mk/kernel-build.mk
index f1ed65f57..69e271d55 100644
--- a/mk/kernel-build.mk
+++ b/mk/kernel-build.mk
@@ -1,5 +1,3 @@
-# $Id$
-#-
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
diff --git a/mk/kernel.mk b/mk/kernel.mk
index 5dc271863..f5b85832e 100644
--- a/mk/kernel.mk
+++ b/mk/kernel.mk
@@ -1,5 +1,3 @@
-# $Id$
-#-
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
diff --git a/mk/linux.mk b/mk/linux.mk
index c2b226bc7..c880d8c2a 100644
--- a/mk/linux.mk
+++ b/mk/linux.mk
@@ -1,5 +1,3 @@
-# $Id$
-#-
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
diff --git a/mk/mirrors.mk b/mk/mirrors.mk
index bbf41417a..341ed486a 100644
--- a/mk/mirrors.mk
+++ b/mk/mirrors.mk
@@ -1,5 +1,3 @@
-# $Id$
-#-
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
diff --git a/mk/modules.mk b/mk/modules.mk
index 5283d1ed7..4d27c154a 100644
--- a/mk/modules.mk
+++ b/mk/modules.mk
@@ -1,5 +1,3 @@
-# $Id$
-#-
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
diff --git a/mk/package.mk b/mk/package.mk
index 27181e276..1bfa33e12 100644
--- a/mk/package.mk
+++ b/mk/package.mk
@@ -1,5 +1,3 @@
-# $Id$
-#-
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
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:
diff --git a/mk/rootfs.mk b/mk/rootfs.mk
index e23769979..455b6a979 100644
--- a/mk/rootfs.mk
+++ b/mk/rootfs.mk
@@ -1,5 +1,3 @@
-# $Id$
-#-
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
diff --git a/mk/split-cfg.mk b/mk/split-cfg.mk
index 0aa5acba1..6b1091e89 100644
--- a/mk/split-cfg.mk
+++ b/mk/split-cfg.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.
-#-
# must work with both BSD and GNU make
${TOPDIR}/.cfg/ADK_HAVE_DOT_CONFIG: ${TOPDIR}/.config \
diff --git a/mk/vars.mk b/mk/vars.mk
index 5532cb07f..0bc1b8253 100644
--- a/mk/vars.mk
+++ b/mk/vars.mk
@@ -1,5 +1,3 @@
-# $Id$
-#-
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.