Author: ward Date: 2008-01-11 21:46:46 +0100 (Fri, 11 Jan 2008) New Revision: 94
Modified: buildrom-devel/packages/linuxbios/norwich-linuxbios.mk Log:
This spurious echo sneaked in in r90 but breaks the build for the norwich board.
This is a trivial patch.
Signed-off-by: Ward Vandewege ward@gnu.org Acked-by: Ward Vandewege ward@gnu.org
Modified: buildrom-devel/packages/linuxbios/norwich-linuxbios.mk =================================================================== --- buildrom-devel/packages/linuxbios/norwich-linuxbios.mk 2008-01-11 20:02:53 UTC (rev 93) +++ buildrom-devel/packages/linuxbios/norwich-linuxbios.mk 2008-01-11 20:46:46 UTC (rev 94) @@ -1,6 +1,5 @@ # This is the Generic LinuxBIOS target
-echo $(LBV2_TAG) ifeq ($(CONFIG_PLATFORM),y) ifeq ($(LBV2_TAG),) $(error You need to specify a version to pull in your platform config)