From b44b3799ca9fa6c744fc079b96a9c062e4bdd077 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 1 Jun 2009 22:16:31 +0200 Subject: remove unused $Id$ - $id$ substitution is not apropriate for git scm --- mk/pkg-bottom.mk | 8 -------- 1 file changed, 8 deletions(-) (limited to 'mk/pkg-bottom.mk') 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: -- cgit v1.2.3