Commit 6c9d3873 authored by Rob Alley's avatar Rob Alley Committed by Peter Korsgaard
Browse files

at91boostrap makefile, correct typo in line continuation character.



The rule to copy the resulting binary file into the binary directory had
a typo in the line continuation character that results in a spurious error
message being produced.

Signed-off-by: default avatarRob Alley <Rob.Alley@navmanwireless.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 4da199db
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5,6 +5,10 @@
	Updated/fixed packages: alsa-lib, argus, at, gst-plugins-good,
	libpcap, rsync, tcl, xproto_trapproto

	Issues resolved (http://bugs.uclibc.org):

	#1069: [PATCH] The AT91BOOTSTRAP makefile contains a typo

2010.02-rc1, Released February 9th, 2010:

	Fixes all over the tree and new features.
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ else
	make MEMORY=$(AT91BOOTSTRAP_MEMORY) \
		CROSS_COMPILE=$(TARGET_CROSS) \
		-C $(AT91BOOTSTRAP_DIR) boot
	make DESTDIR=$(BINARIES_DIR) -C $(AT91BOOTSTRAP_DIR) install || ±
	make DESTDIR=$(BINARIES_DIR) -C $(AT91BOOTSTRAP_DIR) install || \
		echo "Could not copy bootstrap to BINARIES_DIR"
ifneq ($(BR2_TARGET_ATMEL_COPYTO),)
	make DESTDIR=$(BR2_TARGET_ATMEL_COPYTO) -C $(AT91BOOTSTRAP_DIR) install || \