diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2008-11-25 19:54:23 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2008-11-25 19:54:23 +0000 |
| commit | a091d20ba02ecc0ba308f61013f99d38d8dcd0e7 (patch) | |
| tree | 3f43bd9042d6410fb9ca17662564c578add4e453 /tools | |
| parent | 032b3d46912ef16aaa20b8fdf85c088c6f444a2a (diff) | |
| download | rockbox-a091d20ba02ecc0ba308f61013f99d38d8dcd0e7.zip rockbox-a091d20ba02ecc0ba308f61013f99d38d8dcd0e7.tar.gz rockbox-a091d20ba02ecc0ba308f61013f99d38d8dcd0e7.tar.bz2 rockbox-a091d20ba02ecc0ba308f61013f99d38d8dcd0e7.tar.xz | |
Added 'keywords' and 'eol-style' properties.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19218 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/addtargetdir.pl | 2 | ||||
| -rw-r--r-- | tools/functions.make | 2 | ||||
| -rw-r--r-- | tools/root.make | 2 | ||||
| -rw-r--r-- | tools/tools.make | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tools/addtargetdir.pl b/tools/addtargetdir.pl index abc6526..2cddf8d 100755 --- a/tools/addtargetdir.pl +++ b/tools/addtargetdir.pl @@ -5,7 +5,7 @@ # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ # \/ \/ \/ \/ \/ -# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ +# $Id$ # # addtargetdir.pl - Adds target directory to gcc-generated dependency data diff --git a/tools/functions.make b/tools/functions.make index 083e3ea..1a8de71 100644 --- a/tools/functions.make +++ b/tools/functions.make @@ -4,7 +4,7 @@ # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ # \/ \/ \/ \/ \/ -# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ +# $Id$ # # preprocess - run preprocessor on a file and return the result as a string diff --git a/tools/root.make b/tools/root.make index 40ce6c5..d58ef4d 100644 --- a/tools/root.make +++ b/tools/root.make @@ -4,7 +4,7 @@ # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ # \/ \/ \/ \/ \/ -# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ +# $Id$ # include $(TOOLSDIR)/functions.make diff --git a/tools/tools.make b/tools/tools.make index 48717c1..e033774 100644 --- a/tools/tools.make +++ b/tools/tools.make @@ -4,7 +4,7 @@ # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ # \/ \/ \/ \/ \/ -# $Id: Makefile 19082 2008-11-10 23:54:24Z zagor $ +# $Id$ # TOOLSCFLAGS := -O -g -W -Wall -Wshadow -pedantic -I$(ROOTDIR)/tools |