fix split_by_variant.sh permission issue

Werner Almesberger werner at almesberger.net
Tue Apr 3 12:02:19 CEST 2007


Hi Harald,

here's a trivial patch that resolves the permission issue that keeps
on creeping up whenever one refreshes the u-boot tree with the latest
patches from SVN (i.e., "quilt pop -a" followed by "quilt push -a").
Okay to apply ? (To uboot-20061030-neo1973.patch)

- Werner

-- 
  _________________________________________________________________________
 / Werner Almesberger, Buenos Aires, Argentina     werner at almesberger.net /
/_http://www.almesberger.net/____________________________________________/
-------------- next part --------------
Index: u-boot/Makefile
===================================================================
--- u-boot.orig/Makefile
+++ u-boot/Makefile
@@ -1994,7 +1994,7 @@
 gta01bv3_config \
 gta01bv4_config \
 gta01v4_config :	unconfig
-	@board/neo1973/split_by_variant.sh $@
+	@sh board/neo1973/split_by_variant.sh $@
 
 qt2410_config	:	unconfig
 	@./mkconfig $(@:_config=) arm arm920t qt2410 NULL s3c24x0


More information about the openmoko-uboot mailing list