public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-embedded/msp430mcu/files: msp430mcu-20110613-install.patch
@ 2012-03-25  8:27 Tim Harder (radhermit)
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2012-03-25  8:27 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/03/25 08:27:00

  Removed:              msp430mcu-20110613-install.patch
  Log:
  Remove old.
  
  (Portage version: 2.2.0_alpha95/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-embedded/msp430mcu/files: msp430mcu-20110613-install.patch
@ 2011-09-15  5:23 Tim Harder (radhermit)
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2011-09-15  5:23 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/09/15 05:23:03

  Added:                msp430mcu-20110613-install.patch
  Log:
  Initial import from the msp430 overlay.
  
  (Portage version: 2.2.0_alpha55/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-embedded/msp430mcu/files/msp430mcu-20110613-install.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/msp430mcu/files/msp430mcu-20110613-install.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/msp430mcu/files/msp430mcu-20110613-install.patch?rev=1.1&content-type=text/plain

Index: msp430mcu-20110613-install.patch
===================================================================
--- msp430mcu-20110613/scripts/install.sh.orig
+++ msp430mcu-20110613/scripts/install.sh
@@ -3,7 +3,6 @@
 # Copyright (c) 2011, Peter A. Bigot, licensed under New BSD (see COPYING)
 # This file is part of msp430mcu (http://sourceforge.net/projects/mspgcc/)
 
-PREFIX=${1:-/msp430/install/dev}
 MSP430MCU_ROOT=${MSP430MCU_ROOT:-${MSP430_ROOT:-/msp430}/msp430mcu}
 UPSTREAM=${MSP430MCU_ROOT}/upstream
 ANALYSIS=${MSP430MCU_ROOT}/analysis
@@ -15,16 +14,16 @@
 mkdir -p ${INCPATH} ${LIBPATH}
 
 # Upstream headers
-install -p ${UPSTREAM}/*.h ${INCPATH}
+install -m 644 ${UPSTREAM}/*.h ${INCPATH}
 
 # Local override headers
-install -p ${MSP430MCU_ROOT}/include/*.h ${INCPATH}
+install -m 644 ${MSP430MCU_ROOT}/include/*.h ${INCPATH}
 
 # Override msp430.h to accommodate legacy MSPGCC MCU identifiers
-install -p ${ANALYSIS}/msp430.h ${INCPATH}
+install -m 644 ${ANALYSIS}/msp430.h ${INCPATH}
 
 # MCU-specific data for GCC driver program
-install -p ${ANALYSIS}/msp430mcu.spec ${LIBPATH}
+install -m 644 ${ANALYSIS}/msp430mcu.spec ${LIBPATH}
 
 # Install MCU-specific memory and periph maps
 cp -pr ${ANALYSIS}/ldscripts ${LIBPATH}






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-25  8:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-25  8:27 [gentoo-commits] gentoo-x86 commit in dev-embedded/msp430mcu/files: msp430mcu-20110613-install.patch Tim Harder (radhermit)
  -- strict thread matches above, loose matches on Subject: below --
2011-09-15  5:23 Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox